Merge "Remove obsolete note from Title->canExist()"
[lhc/web/wiklou.git] / 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;