Test Failed
Push — master ( 9ebf42...9d675f )
by
unknown
05:52 queued 04:19
created
src/FrontQL/Adapter/Where/WhereAdapter.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@
 block discarded – undo
73 73
                     if($item == 'and')
74 74
                         $where = $where->and;
75 75
                     else if ($item == 'or')
76
-                       $where = $where->or;
76
+                        $where = $where->or;
77 77
                     else if ($item == 'nest')
78 78
                         $where = $where->nest();
79 79
                     else if ($item == 'unnest')
Please login to merge, or discard this patch.