File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
app/code/Magento/Rule/Model/Condition/Product Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments