Passed
Push — master ( 6e3c68...1472c3 )
by Jan
12:02 queued 05:42
created
src/DataTables/Filters/Constraints/NumberConstraint.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -123,7 +123,7 @@
 block discarded – undo
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
             }
Please login to merge, or discard this patch.