Title: Fix @param for TS_MW to be string instead of int
authorTimo Tijhof <krinklemail@gmail.com>
Mon, 5 Oct 2015 21:39:07 +0000 (14:39 -0700)
committerTimo Tijhof <krinklemail@gmail.com>
Mon, 5 Oct 2015 21:39:07 +0000 (14:39 -0700)
Follows-up 6b0163391.

Change-Id: I7c45e1968b6ba8db0e5b19b8ca819e6ecc5764c9

includes/Title.php

index aef696f..e2cbc8e 100644 (file)
@@ -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 ) {