Passed
Push — master ( 4ca626...b90794 )
by Fabien
02:05
created
src/Command/RunCommand.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -110,7 +110,7 @@  discard block
 block discarded – undo
110 110
         $confPath = (string) $input->getOption('configuration');
111 111
 
112 112
         if (!\is_readable($confPath)) {
113
-            throw new InvalidArgumentException('The configuration file can not be read at ' . $confPath);
113
+            throw new InvalidArgumentException('The configuration file can not be read at '.$confPath);
114 114
         }
115 115
 
116 116
         $content = (string) \file_get_contents($confPath);
@@ -139,7 +139,7 @@  discard block
 block discarded – undo
139 139
         }
140 140
 
141 141
         throw new InvalidArgumentException(
142
-            'Provide the directories you want to scan as arguments, ' .
142
+            'Provide the directories you want to scan as arguments, '.
143 143
             'or configure them under "directoriesToScan" in your churn.yml file.'
144 144
         );
145 145
     }
Please login to merge, or discard this patch.