@@ -26,7 +26,7 @@ |
||
26 | 26 | */ |
27 | 27 | public function __construct(string ...$path) |
28 | 28 | { |
29 | - if(count($path) === 1){ |
|
29 | + if (count($path) === 1) { |
|
30 | 30 | $path = explode('/', $path[]); |
31 | 31 | } |
32 | 32 | $this->path = $path; |