Completed
Push — master ( eb1a3e...90ec1a )
by Tim
31s
created
Classes/Updates/CalMigrationUpdate.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1184,7 +1184,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.