@@ -20,7 +20,7 @@ |
||
| 20 | 20 | */ |
| 21 | 21 | public function __construct(int $bytesPerPart = null) |
| 22 | 22 | { |
| 23 | - $this->bytesPerPart = empty($bytesPerPart) ? static::DEFAULT_BYTES_PER_PART : $bytesPerPart ; |
|
| 23 | + $this->bytesPerPart = empty($bytesPerPart) ? static::DEFAULT_BYTES_PER_PART : $bytesPerPart; |
|
| 24 | 24 | } |
| 25 | 25 | |
| 26 | 26 | /** |