@@ -62,7 +62,7 @@ discard block |
||
62 | 62 | { |
63 | 63 | $path = $this->getPath($file); |
64 | 64 | |
65 | - if (! file_exists($path)) { |
|
65 | + if (!file_exists($path)) { |
|
66 | 66 | throw new FileDoesNotExists; |
67 | 67 | } |
68 | 68 | |
@@ -101,7 +101,7 @@ discard block |
||
101 | 101 | */ |
102 | 102 | protected function getPath($file) |
103 | 103 | { |
104 | - return $this->root . '/' . $file; |
|
104 | + return $this->root.'/'.$file; |
|
105 | 105 | } |
106 | 106 | |
107 | 107 | /** |