Completed
Push — master ( d91756...39d4b4 )
by Nils
03:41
created
src/Cli/Command/CustomCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
         $configArray = $this->getConfigArray($configFile, true);
51 51
 
52 52
         if (is_string($configArray)) {
53
-            throw new \RuntimeException('Unable to load config file. Please check ' . $configFile);
53
+            throw new \RuntimeException('Unable to load config file. Please check '.$configFile);
54 54
         }
55 55
 
56 56
         $this->config = new Configuration(new Uri('http://www.example.com'), $dispatcher, $configArray);
Please login to merge, or discard this patch.