refactor some phpdoc

This commit is contained in:
Manuel Raynaud
2013-08-13 11:07:03 +02:00
parent 6371deb4cb
commit 5fce2186f9

View File

@@ -54,8 +54,9 @@ class BaseController extends ContainerAware
} }
/** /**
* Create an action event, * Create an action event
* *
* @param string $action
* @return EventDispatcher * @return EventDispatcher
*/ */
protected function dispatchEvent($action) protected function dispatchEvent($action)