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)