@@ -19,7 +19,7 @@ |
||
19 | 19 | public function __construct($filePath) |
20 | 20 | { |
21 | 21 | $this->fs = new Filesystem(); |
22 | - $p = $this->filePath = $this->fs->absolutePath((string)$filePath); |
|
22 | + $p = $this->filePath = $this->fs->absolutePath((string) $filePath); |
|
23 | 23 | |
24 | 24 | $this->extension = strtolower($this->fs->getExtension($p)); |
25 | 25 | $this->refreshFileContent(); |