From 160a1df2f0b759bcef798b952c81a2f5f55e3ecb Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Tue, 8 May 2012 17:53:59 +0200 Subject: [PATCH] Fix comment ResourceLoader::tryRespondFromFileCache(). Mention ResourceFileCache instead of ObjectFileCache for the $fileCache parameter since the signature is function tryRespondFromFileCache( ResourceFileCache $fileCache, ResourceLoaderContext $context ) Change-Id: I8e738c847ea358117a2a9b54f41fdb10308e2656 --- includes/resourceloader/ResourceLoader.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/resourceloader/ResourceLoader.php b/includes/resourceloader/ResourceLoader.php index e1b851abed..71e68d1ef2 100644 --- a/includes/resourceloader/ResourceLoader.php +++ b/includes/resourceloader/ResourceLoader.php @@ -601,7 +601,7 @@ class ResourceLoader { /** * Send out code for a response from file cache if possible * - * @param $fileCache ObjectFileCache: Cache object for this request URL + * @param $fileCache ResourceFileCache: Cache object for this request URL * @param $context ResourceLoaderContext: Context in which to generate a response * @return bool If this found a cache file and handled the response */ -- 2.20.1