mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-23 00:32:57 +02:00
[ticket/16671] Fix coding style
PHPBB3-16671
This commit is contained in:
@@ -28,7 +28,7 @@ class report_handler_post extends report_handler
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
* @throws \phpbb\report\exception\report_permission_denied_exception when the user does not have permission to report the post
|
||||
* @throws report_permission_denied_exception when the user does not have permission to report the post
|
||||
*/
|
||||
public function add_report($id, $reason_id, $report_text, $user_notify)
|
||||
{
|
||||
@@ -89,7 +89,7 @@ class report_handler_post extends report_handler
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
* @throws \phpbb\report\exception\report_permission_denied_exception when the user does not have permission to report the post
|
||||
* @throws report_permission_denied_exception when the user does not have permission to report the post
|
||||
*/
|
||||
public function validate_report_request($id)
|
||||
{
|
||||
|
Reference in New Issue
Block a user