@@ -148,7 +148,7 @@ discard block |
||
148 | 148 | * |
149 | 149 | * @return int|null The file size in bytes or null if unknown |
150 | 150 | */ |
151 | - public function size($path, $unit = 'b'): int|null |
|
151 | + public function size($path, $unit = 'b'): int | null |
|
152 | 152 | { |
153 | 153 | return $this->driver->size($path, $unit); |
154 | 154 | } |
@@ -243,7 +243,7 @@ discard block |
||
243 | 243 | * |
244 | 244 | * @return int|bool |
245 | 245 | */ |
246 | - public function put($path, $contents, $lock = false): int|bool |
|
246 | + public function put($path, $contents, $lock = false): int | bool |
|
247 | 247 | { |
248 | 248 | return $this->driver->put($path, $contents, $lock); |
249 | 249 | } |