Passed
Push — main ( 2b5ece...48a507 )
by Peter
02:13
created
src/Generic/Expr/Expr.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -179,7 +179,7 @@
 block discarded – undo
179 179
         $start = implode('?', array_slice($parts, 0, $pos));
180 180
         $end   = implode('?', array_slice($parts, $pos));
181 181
 
182
-        $this->sql        = $start . $qs . $end;
182
+        $this->sql = $start . $qs . $end;
183 183
         $this->extendedBy += $fixedParamCount - 1;
184 184
     }
185 185
 
Please login to merge, or discard this patch.