@@ -143,12 +143,12 @@ |
||
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 | /** |