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(
43
43
/**
44
44
* {@inheritdoc}
45
45
* @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
47
50
*/
48
51
public function apply (array $ data = []): ?DataObject
49
52
{
Original file line number Diff line number Diff line change @@ -43,7 +43,9 @@ public function __construct(
43
43
/**
44
44
* {@inheritdoc}
45
45
* @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
47
49
*/
48
50
public function apply (array $ data = []): ?DataObject
49
51
{
You can’t perform that action at this time.
0 commit comments