Clarify comment in UploadBase
Change-Id: Ied29298d312ca19ecfdd2196fafa89130321987c
This commit is contained in:
parent
581e5d4d81
commit
731a7a8ebd
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue