@@ -40,7 +40,7 @@ |
||
40 | 40 | */ |
41 | 41 | public function getContents(): string |
42 | 42 | { |
43 | - return (string) file_get_contents($this->path); |
|
43 | + return (string)file_get_contents($this->path); |
|
44 | 44 | } |
45 | 45 | |
46 | 46 | /** |