phpBB

Code Changes

File: phpbb/report/report_handler_post.php

  Unmodified   Added   Modified   Removed
Line 28Line 28

/**
* {@inheritdoc}


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

	 */
public function add_report($id, $reason_id, $report_text, $user_notify)
{

Line 89Line 89

/**
* {@inheritdoc}


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

	 */
public function validate_report_request($id)
{