Merge "Typo fixes and non-code tweaks"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Fri, 12 Dec 2014 17:39:24 +0000 (17:39 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Fri, 12 Dec 2014 17:39:24 +0000 (17:39 +0000)
includes/Title.php

index fa8d034..cfdba5d 100644 (file)
@@ -1044,7 +1044,6 @@ class Title {
         * Is this in a namespace that allows actual pages?
         *
         * @return bool
-        * @internal note -- uses hardcoded namespace index instead of constants
         */
        public function canExist() {
                return $this->mNamespace >= NS_MAIN;