Skip to content

Commit 03baa82

Browse files
committed
Fixing PHPDoc
1 parent 13e8249 commit 03baa82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/SQLParser/Node/Between.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)