Passed
Pull Request — master (#297)
by Fabien
02:21
created
src/Command/RunCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -117,7 +117,7 @@
 block discarded – undo
117 117
 
118 118
         if ([] === $config->getDirectoriesToScan()) {
119 119
             throw new InvalidArgumentException(
120
-                'Provide the directories you want to scan as arguments, ' .
120
+                'Provide the directories you want to scan as arguments, '.
121 121
                 'or configure them under "directoriesToScan" in your churn.yml file.'
122 122
             );
123 123
         }
Please login to merge, or discard this patch.