From: Aaron Schulz Date: Tue, 20 Nov 2012 22:42:46 +0000 (-0800) Subject: Fixed doc comment grammar. X-Git-Tag: 1.31.0-rc.0~21565 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=4f176e69215244a7675049e6073fe4c8e2a45a92;p=lhc%2Fweb%2Fwiklou.git Fixed doc comment grammar. Change-Id: I4477794fc382b3575cad5f344d909ec9ba1f0991 --- diff --git a/includes/media/MediaHandler.php b/includes/media/MediaHandler.php index 558a9b684f..dd764e9ad1 100644 --- a/includes/media/MediaHandler.php +++ b/includes/media/MediaHandler.php @@ -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 ) {