From 7af9a41881ed0b9d44d18a0ce03a123a8441adf5 Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Thu, 20 Oct 2016 11:31:52 +0200 Subject: Minor code cleanup: PHPDoc, spelling, unused variables, etc. --- application/CachedPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'application/CachedPage.php') diff --git a/application/CachedPage.php b/application/CachedPage.php index 50cfa9ac..5087d0c4 100644 --- a/application/CachedPage.php +++ b/application/CachedPage.php @@ -35,7 +35,7 @@ class CachedPage /** * Returns the cached version of a page, if it exists and should be cached * - * @return a cached version of the page if it exists, null otherwise + * @return string a cached version of the page if it exists, null otherwise */ public function cachedVersion() { -- cgit v1.2.3