@@ -120,7 +120,7 @@ |
||
120 | 120 | { |
121 | 121 | if (!$this->hasPath($path)) { |
122 | 122 | throw new \InvalidArgumentException( |
123 | - "Path '$path' does not exist (have ".implode(', ', array_keys($this->paths)).')' |
|
123 | + "Path '$path' does not exist (have " . implode(', ', array_keys($this->paths)) . ')' |
|
124 | 124 | ); |
125 | 125 | } |
126 | 126 |