@@ -70,7 +70,7 @@ |
||
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 |