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