Browse Source

Fix doc block tag.

Mark Story 10 years ago
parent
commit
bef86943cc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Http/ActionDispatcher.php

+ 1 - 1
src/Http/ActionDispatcher.php

@@ -105,7 +105,7 @@ class ActionDispatcher
      *
      * @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)
     {