Completed
Push — master ( f0fd1d...defc9d )
by Christopher
40:01 queued 02:21
created
FilterBuilder.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -116,7 +116,7 @@
 block discarded – undo
116 116
             }
117 117
             if ($operand !== '' && !is_numeric($key)) {
118 118
                 $parts[] = $key.'='.$operand;
119
-            }elseif($operand !== ''){
119
+            } elseif($operand !== ''){
120 120
                 $other[] = $operand;
121 121
             }
122 122
         }
Please login to merge, or discard this patch.