Passed
Push — main ( c996bf...50ff31 )
by Thierry
01:51
created
src/Db/Server.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -78,7 +78,7 @@
 block discarded – undo
78 78
      */
79 79
     public function truncateTables(array $tables)
80 80
     {
81
-        return $this->driver->execute("TRUNCATE " . implode(", ", array_map(function ($table) {
81
+        return $this->driver->execute("TRUNCATE " . implode(", ", array_map(function($table) {
82 82
             return $this->driver->table($table);
83 83
         }, $tables)));
84 84
     }
Please login to merge, or discard this patch.