Merge "Add 'since <version>' to @deprecated annotations"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Tue, 22 Apr 2014 19:46:38 +0000 (19:46 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Tue, 22 Apr 2014 19:46:38 +0000 (19:46 +0000)
1  2 
includes/DefaultSettings.php
includes/Namespace.php
includes/db/ORMTable.php
includes/site/MediaWikiSite.php

Simple merge
Simple merge
Simple merge
@@@ -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
         */