Completed
Pull Request — master (#48)
by Vladimir
03:17
created
src/allejo/stakx/Document/ReadableDocument.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
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();
Please login to merge, or discard this patch.