From e6c96ec8f0a8d46f7184eb463eda9f15cf90ade8 Mon Sep 17 00:00:00 2001 From: dmzx Date: Sun, 6 Mar 2016 16:17:50 +0100 Subject: [PATCH] Version 1.0.0-RC2 --- controller/main_controller.php | 2 +- core/mchat.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/controller/main_controller.php b/controller/main_controller.php index ed9349e..7caec63 100644 --- a/controller/main_controller.php +++ b/controller/main_controller.php @@ -54,7 +54,7 @@ class main_controller * Controller for mChat actions called with Ajax requests * * @param string $action The action to perform, one of add|edit|del|refresh|whois - * @return \Symfony\Component\HttpFoundation\JsonResponse A Symfony JsonResponse object + * @return A Symfony JsonResponse object */ public function action($action) { diff --git a/core/mchat.php b/core/mchat.php index 1d2234e..6736581 100644 --- a/core/mchat.php +++ b/core/mchat.php @@ -68,7 +68,7 @@ class mchat * @param string $root_path * @param string $php_ext */ - public function __construct(\dmzx\mchat\core\functions $functions, \phpbb\config\config $config, \phpbb\controller\helper $helper, \phpbb\template\template $template, \phpbb\user $user, \phpbb\auth\auth $auth, \phpbb\pagination $pagination, \phpbb\request\request $request, \phpbb\event\dispatcher_interface $dispatcher,\phpbb\extension\manager $extension_manager, $root_path, $php_ext) + public function __construct(\dmzx\mchat\core\functions $functions, \phpbb\config\config $config, \phpbb\controller\helper $helper, \phpbb\template\template $template, \phpbb\user $user, \phpbb\auth\auth $auth, \phpbb\pagination $pagination, \phpbb\request\request $request, \phpbb\event\dispatcher_interface $dispatcher, \phpbb\extension\manager $extension_manager, $root_path, $php_ext) { $this->functions = $functions; $this->config = $config;