Completed
Pull Request — master (#181)
by
unknown
01:40
created
src/Commands/ChurnCommand.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -123,7 +123,7 @@  discard block
 block discarded – undo
123 123
         }
124 124
 
125 125
         throw new InvalidArgumentException(
126
-            'Provide the directories you want to scan as arguments, ' .
126
+            'Provide the directories you want to scan as arguments, '.
127 127
             'or configure them under "directoriesToScan" in your churn.yml file.'
128 128
         );
129 129
     }
@@ -142,7 +142,7 @@  discard block
 block discarded – undo
142 142
             $process->wait();
143 143
             if ($process->getExitCode() === 128) {
144 144
                 throw new InvalidArgumentException(
145
-                    $path . ' is not a valid git folder, ' .
145
+                    $path.' is not a valid git folder, '.
146 146
                     'or it has no commits yet.'
147 147
                 );
148 148
             }
Please login to merge, or discard this patch.