@@ -123,7 +123,7 @@ |
||
| 123 | 123 | |
| 124 | 124 | if ($this->operator !== 'BETWEEN') { |
| 125 | 125 | $this->addSimpleAndConstraint($queryBuilder, $this->property, $this->identifier, $this->operator, $this->value1); |
| 126 | - } else { |
|
| 126 | + } else { |
|
| 127 | 127 | if ($this->value2 === null) { |
| 128 | 128 | throw new RuntimeException("Cannot use operator BETWEEN without value2!"); |
| 129 | 129 | } |