Skip to content

Commit

Permalink
Fix doc block tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Apr 22, 2016
1 parent 023cf73 commit bef8694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/ActionDispatcher.php
Expand Up @@ -105,7 +105,7 @@ public function dispatch(Request $request, Response $response)
*
* @param \Cake\Controller\Controller $controller The controller to invoke.
* @return \Cake\Network\Response The response
* @throw \LogicException If the controller action returns a non-response value.
* @throws \LogicException If the controller action returns a non-response value.
*/
protected function _invoke(Controller $controller)
{
Expand Down

0 comments on commit bef8694

Please sign in to comment.