Completed
Pull Request — master (#127)
by Matthias
01:33
created
src/Commands/ChurnCommand.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -214,7 +214,7 @@  discard block
 block discarded – undo
214 214
 
215 215
     private function displayResultsJson(OutputInterface $output, ResultCollection $results)
216 216
     {
217
-        $data = array_map(function (array $result) {
217
+        $data = array_map(function(array $result) {
218 218
             return [
219 219
                 'file' => $result[0],
220 220
                 'commits' => $result[1],
@@ -245,7 +245,7 @@  discard block
 block discarded – undo
245 245
         }
246 246
 
247 247
         throw new InvalidArgumentException(
248
-            'Provide the directories you want to scan as arguments, ' .
248
+            'Provide the directories you want to scan as arguments, '.
249 249
             'or configure them under "directoriesToScan" in your churn.yml file.'
250 250
         );
251 251
     }
Please login to merge, or discard this patch.