From 0a3e40aad63910c2bef1e02cfb0f66c7285e747f Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Mon, 5 Oct 2015 14:39:07 -0700 Subject: [PATCH] Title: Fix @param for TS_MW to be string instead of int Follows-up 6b0163391. Change-Id: I7c45e1968b6ba8db0e5b19b8ca819e6ecc5764c9 --- includes/Title.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) { -- 2.20.1