From: Siebrand Mazeland Date: Sat, 10 May 2014 18:26:47 +0000 (+0200) Subject: Fix return type documentation for getCacheTTL() X-Git-Tag: 1.31.0-rc.0~15779^2 X-Git-Url: http://git.cyclocoop.org/wiki/Target_page?a=commitdiff_plain;h=c914246666b7dab3bba0987450eab9f8896c07f7;p=lhc%2Fweb%2Fwiklou.git Fix return type documentation for getCacheTTL() Change-Id: I57e85351503897f8f8febb2fb49942a2ddd251e6 --- diff --git a/includes/MagicWord.php b/includes/MagicWord.php index 56786f1371..47816675fa 100644 --- a/includes/MagicWord.php +++ b/includes/MagicWord.php @@ -270,7 +270,7 @@ class MagicWord { * Allow external reads of TTL array * * @param int $id - * @return array + * @return int */ static function getCacheTTL( $id ) { if ( array_key_exists( $id, self::$mCacheTTLs ) ) {