phpBB

Code Changes

File: phpbb/report/handler_factory.php

  Unmodified   Added   Modified   Removed
Line 37Line 37
	 *
* @param string $type
* @return \phpbb\report\report_handler_interface

	 *
* @param string $type
* @return \phpbb\report\report_handler_interface

	 * @throws \phpbb\report\exception\factory_invalid_argument_exception if $type is not valid

	 * @throws factory_invalid_argument_exception if $type is not valid

	 */
public function get_instance($type)
{

	 */
public function get_instance($type)
{