Completed
Pull Request — master (#98)
by Rajendra
03:06
created
src/Tus/Server.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -494,7 +494,7 @@
 block discarded – undo
494 494
             return HttpResponse::HTTP_CONFLICT;
495 495
         }
496 496
 
497
-        $contentType   = $this->request->header('Content-Type');
497
+        $contentType = $this->request->header('Content-Type');
498 498
 
499 499
         if ($contentType !== self::HEADER_CONTENT_TYPE) {
500 500
             return HTTPRESPONSE::HTTP_UNSUPPORTED_MEDIA_TYPE;
Please login to merge, or discard this patch.