Passed
Push — main ( 50ff31...33d6c4 )
by Thierry
04:40 queued 03:07
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
-        $this->driver->execute("TRUNCATE " . implode(", ", array_map(function ($table) {
81
+        $this->driver->execute("TRUNCATE " . implode(", ", array_map(function($table) {
82 82
             return $this->driver->table($table);
83 83
         }, $tables)));
84 84
         return true;
Please login to merge, or discard this patch.