@@ -117,7 +117,7 @@ |
||
| 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 | } |
@@ -55,7 +55,7 @@ |
||
| 55 | 55 | |
| 56 | 56 | foreach ($hooks as $hook) { |
| 57 | 57 | if (!$this->attach($hook, $broker)) { |
| 58 | - throw new InvalidArgumentException('Invalid hook: ' . $hook); |
|
| 58 | + throw new InvalidArgumentException('Invalid hook: '.$hook); |
|
| 59 | 59 | } |
| 60 | 60 | } |
| 61 | 61 | } |