Completed
Push — master ( 83c059...ea7c33 )
by Christopher
02:59
created
Query.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@
 block discarded – undo
82 82
         }
83 83
         
84 84
         $this->filter = (new FilterBuilder)->build($this->where);        
85
-        if(empty($this->filter)){
85
+        if (empty($this->filter)) {
86 86
             throw new InvalidValueException('You must define a filter for the search.');
87 87
         }
88 88
         
Please login to merge, or discard this patch.