Passed
Pull Request — master (#326)
by Individual IT
11:28 queued 01:36
created
src/Tus/Client.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -441,7 +441,7 @@
 block discarded – undo
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 {
Please login to merge, or discard this patch.