Passed
Push — master ( 0e0470...066e60 )
by Babak
01:49
created
src/QueryHelper.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -206,7 +206,7 @@
 block discarded – undo
206 206
                         ) {
207 207
                             $model = $model->whereNotNull($whereCondition[0]);
208 208
                         }
209
-                    }else{
209
+                    } else{
210 210
                         $model = $model->where([$whereCondition]);
211 211
                     }
212 212
                 }
Please login to merge, or discard this patch.