From 5fce2186f98e74cd0be6c47c997188cafd1bcd5e Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Tue, 13 Aug 2013 11:07:03 +0200 Subject: [PATCH] refactor some phpdoc --- core/lib/Thelia/Controller/BaseController.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/core/lib/Thelia/Controller/BaseController.php b/core/lib/Thelia/Controller/BaseController.php index df62f0d67..adeb3ef3b 100755 --- a/core/lib/Thelia/Controller/BaseController.php +++ b/core/lib/Thelia/Controller/BaseController.php @@ -54,8 +54,9 @@ class BaseController extends ContainerAware } /** - * Create an action event, - * + * Create an action event + * + * @param string $action * @return EventDispatcher */ protected function dispatchEvent($action)