mirror of
https://github.com/owncloud/ocis
synced 2026-04-25 17:25:21 +02:00
refactor: add space related lint rules
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com>
This commit is contained in:
@@ -102,7 +102,7 @@ class TusClient extends Client {
|
||||
* @throws TusException | ConnectionException
|
||||
*/
|
||||
public function uploadRR(int $bytes = -1): ResponseInterface {
|
||||
$bytes = $bytes < 0 ? $this->getFileSize() : $bytes;
|
||||
$bytes = $bytes < 0 ? $this->getFileSize() : $bytes;
|
||||
$offset = $this->partialOffset < 0 ? 0 : $this->partialOffset;
|
||||
try {
|
||||
// Check if this upload exists with HEAD request.
|
||||
|
||||
Reference in New Issue
Block a user