From fdde6ee2b219ecfc49df1232aa0460643f9a626f Mon Sep 17 00:00:00 2001 From: dmzx Date: Mon, 15 Feb 2016 21:28:10 +0100 Subject: [PATCH] Version 1.0.0-RC1 --- controller/main_controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller/main_controller.php b/controller/main_controller.php index 104c2da..bcea3e4 100644 --- a/controller/main_controller.php +++ b/controller/main_controller.php @@ -47,7 +47,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) {