Skip to content

Commit edb374d

Browse files
committed
minor changes
1 parent 667403c commit edb374d

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/ServerRequest.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -314,10 +314,7 @@ private function validateUploadedFiles(array $files): void
314314
return;
315315
}
316316

317-
/**
318-
* @psalm-suppress MissingClosureParamType
319-
*/
320-
array_walk_recursive($files, static function ($file): void {
317+
array_walk_recursive($files, /** @param mixed $file */ static function ($file): void {
321318
if (!($file instanceof UploadedFileInterface)) {
322319
throw new InvalidArgumentException('Invalid uploaded file');
323320
}

0 commit comments

Comments
 (0)