Passed
Push — master ( c950cb...85bd60 )
by Malte
03:07
created
src/AppBundle/ShowUnusedMySQLTables/Task.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@
 block discarded – undo
70 70
     {
71 71
         $tables = $this->connection->getSchemaManager()->listTables();
72 72
         $tableNames = array_map(
73
-            function (Table $table) {
73
+            function(Table $table) {
74 74
                 return $table->getName();
75 75
             },
76 76
             $tables
Please login to merge, or discard this patch.