From: Adam Wight Date: Fri, 10 May 2019 08:25:56 +0000 (+0200) Subject: Missing space between variable name and docstring X-Git-Tag: 1.34.0-rc.0~1726^2 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/ajouter.php?a=commitdiff_plain;h=1fa31b61a012e638b0977b47a3db2bc059272257;p=lhc%2Fweb%2Fwiklou.git Missing space between variable name and docstring Change-Id: I308a0de17da5058691ceea983e60c064b0bfc16c --- diff --git a/includes/parser/ParserOutput.php b/includes/parser/ParserOutput.php index f2aaeedc7c..605e7e29fa 100644 --- a/includes/parser/ParserOutput.php +++ b/includes/parser/ParserOutput.php @@ -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;