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