Skip to content

Commit 1e26ee8

Browse files
committed
8011: Strip Tags from attribute.
1 parent 0c069a2 commit 1e26ee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Rule/Model/Condition/Product/AbstractProduct.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,7 @@ protected function getEavAttributeTableAlias()
743743
* @param array $selectOptions
744744
* @return array
745745
*/
746-
private function removeTagsFromLabel($selectOptions)
746+
private function removeTagsFromLabel(array $selectOptions)
747747
{
748748
foreach ($selectOptions as &$option) {
749749
if (isset($option['label'])) {

0 commit comments

Comments
 (0)