X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiSetNotificationTimestamp.php;h=5e7a63316c1cfb9931b62ab7c2a4a3008dc9aaf9;hb=6c169ee1fd84dcf82596edc8c696eff40f2b9aed;hp=663416e69e96c87349279c2cb9c20661a48ebcc6;hpb=0e25b050286bed143ed5a23e87d5543fe71ce5dd;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiSetNotificationTimestamp.php b/includes/api/ApiSetNotificationTimestamp.php index 663416e69e..5e7a63316c 100644 --- a/includes/api/ApiSetNotificationTimestamp.php +++ b/includes/api/ApiSetNotificationTimestamp.php @@ -3,8 +3,6 @@ /** * API for MediaWiki 1.14+ * - * Created on Jun 18, 2012 - * * Copyright © 2012 Wikimedia Foundation and contributors * * This program is free software; you can redistribute it and/or modify @@ -150,7 +148,7 @@ class ApiSetNotificationTimestamp extends ApiBase { ); // Now, put the valid titles into the result - /** @var $title Title */ + /** @var Title $title */ foreach ( $pageSet->getTitles() as $title ) { $ns = $title->getNamespace(); $dbkey = $title->getDBkey();