@@ -214,7 +214,7 @@ discard block |
||
| 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 |
||
| 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 | } |