Passed
Push — main ( b746de...148bfb )
by Thierry
02:07
created
src/Driver.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -495,7 +495,7 @@
 block discarded – undo
495 495
     public function applyQueries(string $query, array $tables, $escape = null)
496 496
     {
497 497
         if (!$escape) {
498
-            $escape = function ($table) {
498
+            $escape = function($table) {
499 499
                 return $this->table($table);
500 500
             };
501 501
         }
Please login to merge, or discard this patch.