Missing space between variable name and docstring

Change-Id: I308a0de17da5058691ceea983e60c064b0bfc16c
This commit is contained in:
Adam Wight 2019-05-10 10:25:56 +02:00
parent 7225215a0d
commit 1fa31b61a0

View 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;