Passed
Push — main ( eb62dd...c996bf )
by Thierry
06:17 queued 04:13
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
         return true;
Please login to merge, or discard this patch.