Passed
Push — main ( 1ce003...914853 )
by BRUNO
01:58
created
src/CrudBuilder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -149,7 +149,7 @@
 block discarded – undo
149 149
 
150 150
     public function debug()
151 151
     {
152
-        echo $this->query.'<pre>'.print_r($this->params).'</pre>';
152
+        echo $this->query . '<pre>' . print_r($this->params) . '</pre>';
153 153
         exit;
154 154
     }
155 155
 
Please login to merge, or discard this patch.