diff options
author | rechosen <rechosen@gmail.com> | 2013-08-13 16:23:54 +0200 |
---|---|---|
committer | rechosen <rechosen@gmail.com> | 2013-08-13 16:23:54 +0200 |
commit | e2014ab76ee2947691c9136afacc311b01b74e9a (patch) | |
tree | e2aa25f268e1d3db9402e9bb0edb3addc6426f53 /phpBB/memberlist.php | |
parent | a92669994bb99e9e04eb682295d1c775384ba182 (diff) | |
download | forums-e2014ab76ee2947691c9136afacc311b01b74e9a.tar forums-e2014ab76ee2947691c9136afacc311b01b74e9a.tar.gz forums-e2014ab76ee2947691c9136afacc311b01b74e9a.tar.bz2 forums-e2014ab76ee2947691c9136afacc311b01b74e9a.tar.xz forums-e2014ab76ee2947691c9136afacc311b01b74e9a.zip |
[ticket/11786] Fix PHPDoc documentation of a few events
Fixed some PHPDoc errors I noticed while working on the karma extension.
Mostly spacing issues or omitted characters, though there was one description
that made no sense at all.
PHPBB3-11786
Diffstat (limited to 'phpBB/memberlist.php')
-rw-r--r-- | phpBB/memberlist.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/memberlist.php b/phpBB/memberlist.php index 26f920fe5a..1e22b8640d 100644 --- a/phpBB/memberlist.php +++ b/phpBB/memberlist.php @@ -595,7 +595,7 @@ switch ($mode) * Modify user data before we display the profile * * @event core.memberlist_view_profile - * @var array member Title of the index page + * @var array member Array with user's data * @var bool user_notes_enabled Is the mcp user notes module * enabled? * @var bool warn_user_enabled Is the mcp warnings module |