From 3d34f58884c9c21480fc8653603a1d6c8358e41a Mon Sep 17 00:00:00 2001 From: dmzx Date: Mon, 4 Apr 2016 22:26:53 +0200 Subject: [PATCH] Version 2.0.0-RC5 --- 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 7caec63..45644a1 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 A Symfony JsonResponse object + * @return A Symfony JsonResponse object. */ public function action($action) {