Completed
Push — master ( eb0175...e65a9e )
by Tim
51s queued 39s
created
Classes/Updates/CalMigrationUpdate.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -290,7 +290,7 @@  discard block
 block discarded – undo
290 290
 
291 291
             $dispatcher = self::getSignalSlotDispatcher();
292 292
             $dispatcher->dispatch(__CLASS__, __FUNCTION__ . 'PostInsert', $variablesPostInsert);
293
-            $this->logger->debug("after performCalEventUpdatePostInsert: " . $variablesPostInsert['event']['uid'] . " dbQueries: " . print_r($variablesPostInsert['dbQueries'],true));
293
+            $this->logger->debug("after performCalEventUpdatePostInsert: " . $variablesPostInsert['event']['uid'] . " dbQueries: " . print_r($variablesPostInsert['dbQueries'], true));
294 294
         }
295 295
 
296 296
         $indexer = GeneralUtility::makeInstance(IndexerService::class);
@@ -431,7 +431,7 @@  discard block
 block discarded – undo
431 431
     public function performSysFileReferenceUpdate($calIds, array &$dbQueries, &$customMessages)
432 432
     {
433 433
         $this->logger->debug('Start performSysFileReferenceUpdate');
434
-        $this->output->writeln( 'Start performSysFileReferenceUpdate' );
434
+        $this->output->writeln('Start performSysFileReferenceUpdate');
435 435
         $q = $this->getQueryBuilder('tx_cal_event');
436 436
 
437 437
         $variables = [
@@ -1250,7 +1250,7 @@  discard block
 block discarded – undo
1250 1250
         $connection = $connectionPool->getConnectionByName(ConnectionPool::DEFAULT_CONNECTION_NAME);
1251 1251
         $dbSchema = $connection->getSchemaManager()->createSchema();
1252 1252
 
1253
-        $tableNames = array_map(static function ($table) {
1253
+        $tableNames = array_map(static function($table) {
1254 1254
             return $table->getName();
1255 1255
         }, $dbSchema->getTables());
1256 1256
 
Please login to merge, or discard this patch.