@@ -44,7 +44,7 @@ |
||
| 44 | 44 | /** |
| 45 | 45 | * file_get_contents() function with error handler. |
| 46 | 46 | */ |
| 47 | - public static function fileGetContents(string $filename, ?string $userAgent = null): string|false |
|
| 47 | + public static function fileGetContents(string $filename, ?string $userAgent = null): string | false |
|
| 48 | 48 | { |
| 49 | 49 | if (empty($filename)) { |
| 50 | 50 | return false; |