Completed
Push — master ( 6594cd...8c7612 )
by recca
02:08 queued 19s
created
src/Api.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace Recca0120\Upload;
4 4
 
5
-use Illuminate\Http\Request;
6 5
 use Illuminate\Http\JsonResponse;
6
+use Illuminate\Http\Request;
7 7
 use Recca0120\Upload\Contracts\Api as ApiContract;
8 8
 use Symfony\Component\HttpFoundation\File\UploadedFile;
9 9
 
Please login to merge, or discard this patch.
src/ChunkFile.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -120,7 +120,6 @@
 block discarded – undo
120 120
     /**
121 121
      * setMimeType.
122 122
      *
123
-     * @param string $name
124 123
      * @return $this
125 124
      */
126 125
     public function setMimeType($mimeType)
Please login to merge, or discard this patch.