@@ -1184,7 +1184,7 @@ |
||
1184 | 1184 | $connection = $connectionPool->getConnectionByName(ConnectionPool::DEFAULT_CONNECTION_NAME); |
1185 | 1185 | $dbSchema = $connection->getSchemaManager()->createSchema(); |
1186 | 1186 | |
1187 | - $tableNames = array_map(static function ($table) { |
|
1187 | + $tableNames = array_map(static function($table) { |
|
1188 | 1188 | return $table->getName(); |
1189 | 1189 | }, $dbSchema->getTables()); |
1190 | 1190 |