We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c069a2 commit 1e26ee8Copy full SHA for 1e26ee8
app/code/Magento/Rule/Model/Condition/Product/AbstractProduct.php
@@ -743,7 +743,7 @@ protected function getEavAttributeTableAlias()
743
* @param array $selectOptions
744
* @return array
745
*/
746
- private function removeTagsFromLabel($selectOptions)
+ private function removeTagsFromLabel(array $selectOptions)
747
{
748
foreach ($selectOptions as &$option) {
749
if (isset($option['label'])) {
0 commit comments