mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-20 23:41:29 +02:00
[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
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user