File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ public function setMaxValueOperand($maxValueOperand)
86
86
* Sets the condition.
87
87
*
88
88
* @Important IfSet
89
- * @param ConditionInterface $condition
89
+ * @param ConditionInterface $minValueCondition
90
90
*/
91
91
public function setMinValueCondition (ConditionInterface $ minValueCondition = null ) {
92
92
$ this ->minValueCondition = $ minValueCondition ;
@@ -101,7 +101,7 @@ public function setMinValueCondition(ConditionInterface $minValueCondition = nul
101
101
* Sets the condition.
102
102
*
103
103
* @Important IfSet
104
- * @param ConditionInterface $condition
104
+ * @param ConditionInterface $maxValueCondition
105
105
*/
106
106
public function setMaxValueCondition (ConditionInterface $ maxValueCondition = null ) {
107
107
$ this ->maxValueCondition = $ maxValueCondition ;
You can’t perform that action at this time.
0 commit comments