Passed
Pull Request — master (#28)
by Zing
05:34
created
src/Filters/FiltersBetween.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
 {
12 12
     protected function withPropertyConstraint(Builder $query, $value, $property): Builder
13 13
     {
14
-        if (! is_array($value) || count($value) !== 2) {
14
+        if (!is_array($value) || count($value) !== 2) {
15 15
             throw ParameterException::tooFewElementsForBetweenExpression();
16 16
         }
17 17
 
Please login to merge, or discard this patch.