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)
8686 * Sets the condition.
8787 *
8888 * @Important IfSet
89- * @param ConditionInterface $condition
89+ * @param ConditionInterface $minValueCondition
9090 */
9191 public function setMinValueCondition (ConditionInterface $ minValueCondition = null ) {
9292 $ this ->minValueCondition = $ minValueCondition ;
@@ -101,7 +101,7 @@ public function setMinValueCondition(ConditionInterface $minValueCondition = nul
101101 * Sets the condition.
102102 *
103103 * @Important IfSet
104- * @param ConditionInterface $condition
104+ * @param ConditionInterface $maxValueCondition
105105 */
106106 public function setMaxValueCondition (ConditionInterface $ maxValueCondition = null ) {
107107 $ this ->maxValueCondition = $ maxValueCondition ;
You can’t perform that action at this time.
0 commit comments