@@ -114,7 +114,7 @@ discard block |
||
114 | 114 | * |
115 | 115 | * @return int|null The file size in bytes or null if unknown |
116 | 116 | */ |
117 | - public function size($path, $unit = 'b'): int|null; |
|
117 | + public function size($path, $unit = 'b'): int | null; |
|
118 | 118 | |
119 | 119 | /** |
120 | 120 | * Get all of the directories within a given directory. |
@@ -188,7 +188,7 @@ discard block |
||
188 | 188 | * |
189 | 189 | * @return int|bool |
190 | 190 | */ |
191 | - public function put($path, $contents, $lock = false): int|bool; |
|
191 | + public function put($path, $contents, $lock = false): int | bool; |
|
192 | 192 | |
193 | 193 | /** |
194 | 194 | * Write given data to this file. |