Yaffs site version 1.1
[yaffs-website] / vendor / drupal / console / src / Command / Cron / DebugCommand.php
index 7e38a0e300b84b5ad596c04e38ea551c89f97541..df06c099a1ecfe9a6efb2181e5a9450648e427c0 100644 (file)
@@ -56,9 +56,7 @@ class DebugCommand extends Command
         );
 
         $io->table(
-            [
-                $this->trans('commands.cron.debug.messages.module')
-            ],
+            [ $this->trans('commands.cron.debug.messages.module') ],
             $this->moduleHandler->getImplementations('cron'),
             'compact'
         );