@@ -59,7 +59,7 @@ |
||
59 | 59 | return explode("\n", trim($output)); |
60 | 60 | } |
61 | 61 | |
62 | - public function getFileContents(string $path, bool $asArray = false): string|false|array |
|
62 | + public function getFileContents(string $path, bool $asArray = false): string | false | array |
|
63 | 63 | { |
64 | 64 | if ($asArray) { |
65 | 65 | return file($path); |