@@ -26,7 +26,7 @@ discard block |
||
26 | 26 | * |
27 | 27 | * @param int $count The number of bytes |
28 | 28 | */ |
29 | - public function read(int $count): string|bool; |
|
29 | + public function read(int $count): string | bool; |
|
30 | 30 | |
31 | 31 | /** |
32 | 32 | * Writes the specified data. |
@@ -79,7 +79,7 @@ discard block |
||
79 | 79 | * |
80 | 80 | * @return array<string, mixed>|false |
81 | 81 | */ |
82 | - public function stat(): array|bool; |
|
82 | + public function stat(): array | bool; |
|
83 | 83 | |
84 | 84 | /** |
85 | 85 | * Retrieve the underlying resource. |