Clarify comment in UploadBase

Change-Id: Ied29298d312ca19ecfdd2196fafa89130321987c
This commit is contained in:
Matthew Flaschen 2014-07-28 22:48:42 -04:00
parent 581e5d4d81
commit 731a7a8ebd

View file

@ -379,8 +379,8 @@ abstract class UploadBase {
/**
* Verify the mime type.
*
* @note Only checks that it is not an evil mime. The does it have
* correct extension given its mime type check is in verifyFile.
* @note Only checks that it is not an evil mime. The "does it have
* correct extension given its mime type?" check is in verifyFile.
* @param string $mime Representing the mime
* @return mixed True if the file is verified, an array otherwise
*/