@@ -151,7 +151,7 @@ |
||
151 | 151 | */ |
152 | 152 | public function load(string $filename) : ?string |
153 | 153 | { |
154 | - if (! $this->exists($filename)) { |
|
154 | + if (!$this->exists($filename)) { |
|
155 | 155 | return null; |
156 | 156 | } |
157 | 157 |