Missing space between variable name and docstring
authorAdam Wight <adam.wight@wikimedia.de>
Fri, 10 May 2019 08:25:56 +0000 (10:25 +0200)
committerAdam Wight <adam.wight@wikimedia.de>
Fri, 10 May 2019 08:25:56 +0000 (10:25 +0200)
Change-Id: I308a0de17da5058691ceea983e60c064b0bfc16c

includes/parser/ParserOutput.php

index f2aaeed..605e7e2 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;