diff options
Diffstat (limited to 'includes/parser/CacheTime.php')
-rw-r--r-- | includes/parser/CacheTime.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/parser/CacheTime.php b/includes/parser/CacheTime.php index 881dded7..6b70e1da 100644 --- a/includes/parser/CacheTime.php +++ b/includes/parser/CacheTime.php @@ -116,7 +116,7 @@ class CacheTime { * per-article cache invalidation timestamps, or if it comes from * an incompatible older version. * - * @param $touched String: the affected article's last touched timestamp + * @param string $touched the affected article's last touched timestamp * @return Boolean */ public function expired( $touched ) { |