Drop ChangePasswordForm hook, deprecated in 1.27
[lhc/web/wiklou.git] / includes / Title.php
index a956ca2..b9b1bb7 100644 (file)
@@ -4262,7 +4262,7 @@ class Title implements LinkTarget, IDBAccessObject {
         * Get the timestamp when this page was updated since the user last saw it.
         *
         * @param User|null $user
-        * @return string|null
+        * @return string|bool|null String timestamp, false if not watched, null if nothing is unseen
         */
        public function getNotificationTimestamp( $user = null ) {
                global $wgUser;