Fix comment ResourceLoader::tryRespondFromFileCache().
authorAlexandre Emsenhuber <ialex.wiki@gmail.com>
Tue, 8 May 2012 15:53:59 +0000 (17:53 +0200)
committerAlexandre Emsenhuber <ialex.wiki@gmail.com>
Tue, 8 May 2012 15:53:59 +0000 (17:53 +0200)
commit160a1df2f0b759bcef798b952c81a2f5f55e3ecb
tree4da75e612fb1fa450e5ec6a8083d1500357e0f5e
parent4471b932535bce4314e2e54a3bbf22d1d3d2a1b4
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