Merge "Missing space between variable name and docstring"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Fri, 10 May 2019 08:51:37 +0000 (08:51 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Fri, 10 May 2019 08:51:37 +0000 (08:51 +0000)
includes/parser/ParserOutput.php

index f80e6bf..9a1653d 100644 (file)
@@ -42,7 +42,7 @@ class ParserOutput extends CacheTime {
        public $mLanguageLinks;
 
        /**
-        * @var array $mCategoriesMap of category names to sort keys
+        * @var array $mCategories Map of category names to sort keys
         */
        public $mCategories;