Passed
Push — master ( bff9c8...c1feec )
by Nils
02:07
created
src/Cli/Command/RunCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
 
27 27
     protected function execute(InputInterface $input, OutputInterface $output)
28 28
     {
29
-        $configFile = (string)$input->getArgument('config');
29
+        $configFile = (string) $input->getArgument('config');
30 30
 
31 31
         if (!file_exists($configFile)) {
32 32
             throw new \RuntimeException('Unable to find config file.');
Please login to merge, or discard this patch.