Completed
Pull Request — master (#2)
by Andreas
02:00
created
src/Command/ConvertZendExpressiveCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
 
36 36
     protected function execute(InputInterface $input, OutputInterface $output)
37 37
     {
38
-        $configFile    = $input->getArgument('configurationFile');
38
+        $configFile = $input->getArgument('configurationFile');
39 39
 
40 40
         try {
41 41
             $configuration = require $configFile;
Please login to merge, or discard this patch.