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 */
@@ -699,6 +699,7 @@ protected function _getAttributeSetId($productId)
699699
700700 /**
701701 * Correct '==' and '!=' operators
702+ *
702703 * Categories can't be equal because product is included categories selected by administrator and in their parents
703704 *
704705 * @return string
You can’t perform that action at this time.
0 commit comments