@@ -143,7 +143,7 @@ |
||
| 143 | 143 | |
| 144 | 144 | public function load(string $filename) : ?string |
| 145 | 145 | { |
| 146 | - if (! $this->exists($filename)) { |
|
| 146 | + if (!$this->exists($filename)) { |
|
| 147 | 147 | return null; |
| 148 | 148 | } |
| 149 | 149 | |