From: Alexandre Emsenhuber Date: Tue, 8 May 2012 15:53:59 +0000 (+0200) Subject: Fix comment ResourceLoader::tryRespondFromFileCache(). X-Git-Tag: 1.31.0-rc.0~23694^2 X-Git-Url: http://git.cyclocoop.org/%22.htmlspecialchars%28%24url_syndic%29.%22?a=commitdiff_plain;h=160a1df2f0b759bcef798b952c81a2f5f55e3ecb;p=lhc%2Fweb%2Fwiklou.git 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 --- 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 */