Completed
Push — master ( 622973...64593a )
by Tim
24s queued 11s
created
Classes/Updates/CalMigrationUpdate.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1060,7 +1060,7 @@
 block discarded – undo
1060 1060
         $connection = $connectionPool->getConnectionByName(ConnectionPool::DEFAULT_CONNECTION_NAME);
1061 1061
         $dbSchema = $connection->getSchemaManager()->createSchema();
1062 1062
 
1063
-        $tableNames = array_map(function ($table) {
1063
+        $tableNames = array_map(function($table) {
1064 1064
             return $table->getName();
1065 1065
         }, $dbSchema->getTables());
1066 1066
 
Please login to merge, or discard this patch.