File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
app/code/Magento/SalesRule/Test/Fixture Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,10 @@ public function __construct(
4343 /**
4444 * {@inheritdoc}
4545 * @param array $data Parameters. Same format as ProductConditions::DEFAULT_DATA.
46- * - $data['conditions']: An array of conditions ProductConditions and ProductCondition
46+ * - $data['conditions']: An array of any:
47+ * - Conditions
48+ * - ProductFoundInCartConditions
49+ * - ProductSubselectionInCartConditions
4750 */
4851 public function apply (array $ data = []): ?DataObject
4952 {
Original file line number Diff line number Diff line change @@ -43,7 +43,9 @@ public function __construct(
4343 /**
4444 * {@inheritdoc}
4545 * @param array $data Parameters. Same format as ProductConditions::DEFAULT_DATA.
46- * - $data['conditions']: An array of conditions ProductConditions and ProductCondition
46+ * - $data['conditions']: An array of conditions
47+ * - ProductConditions
48+ * - ProductCondition
4749 */
4850 public function apply (array $ data = []): ?DataObject
4951 {
You can’t perform that action at this time.
0 commit comments