1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-12 19:54:12 +02:00

[ticket/14234] Fix event doc blocks

PHPBB3-14234
This commit is contained in:
Marc Alexander
2015-10-12 22:20:52 +02:00
parent 75e5e2471e
commit 102d737d81
3 changed files with 2 additions and 3 deletions

View File

@@ -331,7 +331,6 @@ function compose_pm($id, $mode, $action, $user_folders = array())
* @var string sql The original SQL used in the query
* @var array post Associative array with the data of the quoted post
* @var array msg_id The post_id that was searched to get the message for quoting
* @var int topic_id Topic ID of the quoted post
* @var int to_user_id Users the message is sent to
* @var int to_group_id Groups the message is sent to
* @var bool submit Whether the user is sending the PM or not