Passed
Push — master ( 486117...f5339f )
by Zing
23:42 queued 17:49
created
src/Filters/BetweenFilter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
      */
16 16
     protected function withPropertyConstraint(Builder $query, $value, $property): Builder
17 17
     {
18
-        if (! \is_array($value) || \count($value) !== 2) {
18
+        if (!\is_array($value) || \count($value) !== 2) {
19 19
             throw ParameterException::tooFewElementsForBetweenExpression();
20 20
         }
21 21
 
Please login to merge, or discard this patch.