Skip to content

Commit 1750a58

Browse files
p-bystritskymage2pratik
authored andcommitted
ENGCOM-4149: Static test fix.
1 parent b138428 commit 1750a58

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ abstract class AbstractProduct extends \Magento\Rule\Model\Condition\AbstractCon
9595
* @param \Magento\Catalog\Model\ResourceModel\Product $productResource
9696
* @param \Magento\Eav\Model\ResourceModel\Entity\Attribute\Set\Collection $attrSetCollection
9797
* @param \Magento\Framework\Locale\FormatInterface $localeFormat
98-
* @param ProductCategoryList|null $categoryList
9998
* @param array $data
99+
* @param ProductCategoryList|null $categoryList
100100
*
101101
* @SuppressWarnings(PHPMD.ExcessiveParameterList)
102102
*/
@@ -710,6 +710,7 @@ protected function _getAttributeSetId($productId)
710710

711711
/**
712712
* Correct '==' and '!=' operators
713+
*
713714
* Categories can't be equal because product is included categories selected by administrator and in their parents
714715
*
715716
* @return string

0 commit comments

Comments
 (0)