Passed
Push — main ( f81a94...bb3422 )
by Thierry
07:07
created
src/Db/Database.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -277,7 +277,7 @@
 block discarded – undo
277 277
      */
278 278
     public function truncateTables(array $tables)
279 279
     {
280
-        $this->driver->execute('TRUNCATE ' . implode(', ', array_map(function ($table) {
280
+        $this->driver->execute('TRUNCATE ' . implode(', ', array_map(function($table) {
281 281
             return $this->driver->table($table);
282 282
         }, $tables)));
283 283
         return true;
Please login to merge, or discard this patch.