From: jenkins-bot Date: Tue, 22 Apr 2014 19:46:38 +0000 (+0000) Subject: Merge "Add 'since ' to @deprecated annotations" X-Git-Tag: 1.31.0-rc.0~16086 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/bilan.php?a=commitdiff_plain;h=ca895b7072b9d98a5b3abf8f2a46474095c16210;p=lhc%2Fweb%2Fwiklou.git Merge "Add 'since ' to @deprecated annotations" --- ca895b7072b9d98a5b3abf8f2a46474095c16210 diff --cc includes/site/MediaWikiSite.php index 248066b409,5f71b4f702..2a86b31edf --- a/includes/site/MediaWikiSite.php +++ b/includes/site/MediaWikiSite.php @@@ -39,9 -39,9 +39,9 @@@ class MediaWikiSite extends Site /** * @since 1.21 - * @deprecated Just use the constructor or the factory Site::newForType + * @deprecated since 1.21 Just use the constructor or the factory Site::newForType * - * @param integer $globalId + * @param int $globalId * * @return MediaWikiSite */