@@ -18,7 +18,7 @@ |
||
18 | 18 | public function __construct($filePath) |
19 | 19 | { |
20 | 20 | $this->fs = new Filesystem(); |
21 | - $p = $this->filePath = $this->fs->absolutePath((string)$filePath); |
|
21 | + $p = $this->filePath = $this->fs->absolutePath((string) $filePath); |
|
22 | 22 | |
23 | 23 | if (!$this->fs->exists($p)) |
24 | 24 | { |