@@ -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 | if ($bytes > 0) { |
446 | 446 | $data = $this->getData(0, $bytes); |
447 | 447 | } else { |