From a4e20abe157849a301148cdce66fe95a98b91e1f Mon Sep 17 00:00:00 2001 From: dmzx Date: Sun, 7 Feb 2016 15:08:28 +0100 Subject: [PATCH] Update --- 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 418efd4..9b63bca 100644 --- a/controller/main_controller.php +++ b/controller/main_controller.php @@ -46,7 +46,7 @@ class main_controller * Controller for mChat actions called with Ajax requests * * @param $action The action to perform, one of add|edit|del|clean|refresh|whois - * @return \Symfony\Component\HttpFoundation\JsonResponse A Symfony JsonResponse object + * @return A Symfony JsonResponse object */ public function action($action) {