Fixed PHPStan issues.

This commit is contained in:
Jan Böhmer 2020-06-07 16:33:31 +02:00
parent b3a459bdc0
commit 90d3032924
4 changed files with 4 additions and 4 deletions

View file

@ -114,7 +114,7 @@ class AttachmentSubmitHandler
/**
* Check if the extension of the uploaded file is allowed for the given attachment type.
* Returns true, if the file is allowed, false if not.
* @param Attachment $attachment
* @param AttachmentType $attachment_type
* @param UploadedFile $uploadedFile
* @return bool
*/