Completed
Push — master ( 1075c0...73b2c9 )
by
unknown
17:51
created
typo3/sysext/scheduler/Classes/Task/ExecuteSchedulableCommandTask.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@  discard block
 block discarded – undo
1 1
 <?php
2
-declare(strict_types = 1);
2
+declare(strict_types=1);
3 3
 namespace TYPO3\CMS\Scheduler\Task;
4 4
 
5 5
 /*
@@ -123,7 +123,7 @@  discard block
 block discarded – undo
123 123
         try {
124 124
             $input = new ArrayInput($this->getParameters(true), $schedulableCommand->getDefinition());
125 125
             $arguments = $input->__toString();
126
-        } catch (\Symfony\Component\Console\Exception\RuntimeException|\Symfony\Component\Console\Exception\InvalidArgumentException $e) {
126
+        } catch (\Symfony\Component\Console\Exception\RuntimeException | \Symfony\Component\Console\Exception\InvalidArgumentException $e) {
127 127
             return $label . "\n"
128 128
                 . sprintf(
129 129
                     $this->getLanguageService()->sL('LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:msg.errorParsingArguments'),
Please login to merge, or discard this patch.