From: Timo Tijhof Date: Mon, 5 Oct 2015 21:39:07 +0000 (-0700) Subject: Title: Fix @param for TS_MW to be string instead of int X-Git-Tag: 1.31.0-rc.0~9549 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dcompta/comptes/journal.php?a=commitdiff_plain;h=0a3e40aad63910c2bef1e02cfb0f66c7285e747f;p=lhc%2Fweb%2Fwiklou.git Title: Fix @param for TS_MW to be string instead of int Follows-up 6b0163391. Change-Id: I7c45e1968b6ba8db0e5b19b8ca819e6ecc5764c9 --- diff --git a/includes/Title.php b/includes/Title.php index aef696fbc8..e2cbc8ed20 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -4383,7 +4383,7 @@ class Title { /** * Updates page_touched for this page; called from LinksUpdate.php * - * @param integer $purgeTime TS_MW timestamp [optional] + * @param string $purgeTime [optional] TS_MW timestamp * @return bool True if the update succeeded */ public function invalidateCache( $purgeTime = null ) {