@@ -198,7 +198,7 @@ |
||
198 | 198 | */ |
199 | 199 | public function isValid(): bool |
200 | 200 | { |
201 | - if (! $this->isUploaded()) { |
|
201 | + if (!$this->isUploaded()) { |
|
202 | 202 | return false; |
203 | 203 | } |
204 | 204 | foreach ($this->files as $file) { |