Passed
Push — master ( 36152f...e0a9af )
by Jonas
03:09
created
src/Query/Builder.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -166,7 +166,7 @@
 block discarded – undo
166 166
      */
167 167
     public function insertUsing(array $columns, $query)
168 168
     {
169
-	    $this->applyBeforeQueryCallbacks();
169
+        $this->applyBeforeQueryCallbacks();
170 170
 
171 171
         [$sql, $bindings] = $this->createSub($query);
172 172
 
Please login to merge, or discard this patch.