Completed
Pull Request — master (#164)
by Ankit
02:24
created
src/Tus/Server.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -354,7 +354,7 @@
 block discarded – undo
354 354
             $fileName = $uploadKey;
355 355
         }
356 356
 
357
-        $filePath  = $this->uploadDir . DIRECTORY_SEPARATOR . $fileName;
357
+        $filePath = $this->uploadDir . DIRECTORY_SEPARATOR . $fileName;
358 358
 
359 359
         if ($this->getRequest()->isFinal()) {
360 360
             return $this->handleConcatenation($fileName, $filePath);
Please login to merge, or discard this patch.