summaryrefslogtreecommitdiff
path: root/includes/parser/CacheTime.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/parser/CacheTime.php')
-rw-r--r--includes/parser/CacheTime.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/parser/CacheTime.php b/includes/parser/CacheTime.php
index 881dded7..8190a8a0 100644
--- a/includes/parser/CacheTime.php
+++ b/includes/parser/CacheTime.php
@@ -93,7 +93,7 @@ class CacheTime {
$expire = min( $expire, $wgParserCacheExpireTime );
}
- if( $this->containsOldMagic() ) { //compatibility hack
+ if ( $this->containsOldMagic() ) { //compatibility hack
$expire = min( $expire, 3600 ); # 1 hour
}
@@ -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 ) {