Skip to content

Commit

Permalink
8011: Strip Tags from attribute.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmalevanec committed Dec 11, 2017
1 parent 0c069a2 commit 1e26ee8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,7 @@ protected function getEavAttributeTableAlias()
* @param array $selectOptions
* @return array
*/
private function removeTagsFromLabel($selectOptions)
private function removeTagsFromLabel(array $selectOptions)
{
foreach ($selectOptions as &$option) {
if (isset($option['label'])) {
Expand Down

0 comments on commit 1e26ee8

Please sign in to comment.