Fixed doc comment grammar.
authorAaron Schulz <aschulz@wikimedia.org>
Tue, 20 Nov 2012 22:42:46 +0000 (14:42 -0800)
committerAaron Schulz <aschulz@wikimedia.org>
Tue, 20 Nov 2012 22:42:51 +0000 (14:42 -0800)
Change-Id: I4477794fc382b3575cad5f344d909ec9ba1f0991

includes/media/MediaHandler.php

index 558a9b6..dd764e9 100644 (file)
@@ -245,7 +245,7 @@ abstract class MediaHandler {
 
        /**
         * Get useful response headers for GET/HEAD requests for a file with the given metadata
-        * @param $metadata mixed Result this handlers getMetadata() for a file
+        * @param $metadata mixed Result of the getMetadata() function of this handler for a file
         * @return Array
         */
        public function getStreamHeaders( $metadata ) {