File: phpbb/report/controller/report.php
Unmodified
Added
Modified
Removed
Line 92 | Line 92 |
---|
* @param int $id ID of the entity to report * @param string $mode * @return \Symfony\Component\HttpFoundation\Response a Symfony response object
|
* @param int $id ID of the entity to report * @param string $mode * @return \Symfony\Component\HttpFoundation\Response a Symfony response object
|
* @throws \phpbb\exception\http_exception when $mode or $id is invalid for some reason
| * @throws http_exception when $mode or $id is invalid for some reason
|
*/ public function handle($id, $mode) {
| */ public function handle($id, $mode) {
|