Passed
Push — master ( 61c111...36f47a )
by Kenneth
02:15
created
src/Statement.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -487,7 +487,7 @@
 block discarded – undo
487 487
         // Replace positioned placeholders with named placeholders (first value).
488 488
         // Force to string, in the case of null.
489 489
         $sql = (string) preg_replace_callback('/:[a-z0-9_]+/m', function ($matches) {
490
-           return $this->placeholderFill($matches);
490
+            return $this->placeholderFill($matches);
491 491
         }, $sql);
492 492
 
493 493
         return $sql;
Please login to merge, or discard this patch.