From: Matthew Flaschen Date: Tue, 29 Jul 2014 02:48:42 +0000 (-0400) Subject: Clarify comment in UploadBase X-Git-Tag: 1.31.0-rc.0~14696^2 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=731a7a8ebd1bd1295e6e54dde98b38cbbb2902d6;p=lhc%2Fweb%2Fwiklou.git Clarify comment in UploadBase Change-Id: Ied29298d312ca19ecfdd2196fafa89130321987c --- diff --git a/includes/upload/UploadBase.php b/includes/upload/UploadBase.php index e74f52083c..6a6b358aae 100644 --- a/includes/upload/UploadBase.php +++ b/includes/upload/UploadBase.php @@ -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 */