1
0
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:
Máté Bartus
2020-12-31 14:40:14 +01:00
parent cb894cee42
commit 8830354555
40 changed files with 73 additions and 76 deletions

View File

@@ -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)
{