Clarify comment in UploadBase
authorMatthew Flaschen <mflaschen@wikimedia.org>
Tue, 29 Jul 2014 02:48:42 +0000 (22:48 -0400)
committerMatthew Flaschen <mflaschen@wikimedia.org>
Tue, 29 Jul 2014 02:48:42 +0000 (22:48 -0400)
Change-Id: Ied29298d312ca19ecfdd2196fafa89130321987c

includes/upload/UploadBase.php

index e74f520..6a6b358 100644 (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
         */