File: phpbb/report/report_handler_pm.php
Unmodified
Added
Modified
Removed
Line 22 | Line 22 |
---|
{ /** * {@inheritdoc}
|
{ /** * {@inheritdoc}
|
* @throws \phpbb\report\exception\pm_reporting_disabled_exception when PM reporting is disabled on the board
| * @throws pm_reporting_disabled_exception when PM reporting is disabled on the board
|
*/ public function add_report($id, $reason_id, $report_text, $user_notify) {
| */ public function add_report($id, $reason_id, $report_text, $user_notify) {
|
Line 92 | Line 92 |
---|
/** * {@inheritdoc}
|
/** * {@inheritdoc}
|
* @throws \phpbb\report\exception\pm_reporting_disabled_exception when PM reporting is disabled on the board
| * @throws pm_reporting_disabled_exception when PM reporting is disabled on the board
|
*/ public function validate_report_request($id) {
| */ public function validate_report_request($id) {
|