From 4f176e69215244a7675049e6073fe4c8e2a45a92 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Tue, 20 Nov 2012 14:42:46 -0800 Subject: [PATCH] Fixed doc comment grammar. Change-Id: I4477794fc382b3575cad5f344d909ec9ba1f0991 --- includes/media/MediaHandler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) { -- 2.20.1