@@ -42,7 +42,7 @@ |
||
| 42 | 42 | public function getContent(): string |
| 43 | 43 | { |
| 44 | 44 | if ($this->content === null) { |
| 45 | - set_error_handler(function ($type, $msg) use (&$error) { $error = $msg; }); |
|
| 45 | + set_error_handler(function($type, $msg) use (&$error) { $error = $msg; }); |
|
| 46 | 46 | $content = file_get_contents($this->path); |
| 47 | 47 | restore_error_handler(); |
| 48 | 48 | |