@@ -441,7 +441,7 @@ |
||
| 441 | 441 | */ |
| 442 | 442 | public function createWithUpload(string $key, int $bytes = -1) : array |
| 443 | 443 | { |
| 444 | - $bytes = $bytes < 0 ? $this->fileSize : $bytes; |
|
| 444 | + $bytes = $bytes < 0 ? $this->fileSize : $bytes; |
|
| 445 | 445 | $data = ''; |
| 446 | 446 | if ($bytes > 0) { |
| 447 | 447 | $data = $this->getData(0, $bytes); |