Passed
Push — develop ( 48165e...a94b80 )
by nguereza
02:15
created
src/Upload.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -147,12 +147,12 @@
 block discarded – undo
147 147
     }
148 148
     
149 149
     /**
150
-    * Whether the file is uploaded
151
-    */
150
+     * Whether the file is uploaded
151
+     */
152 152
     public function isUploaded(): bool
153 153
     {
154 154
         return count($this->files) > 0 
155
-	       && $this->files[0]->getMimeType() !== 'application/x-empty';
155
+           && $this->files[0]->getMimeType() !== 'application/x-empty';
156 156
     }
157 157
 
158 158
     /**
Please login to merge, or discard this patch.