Skip to content

Commit

Permalink
fix missing @return
Browse files Browse the repository at this point in the history
  • Loading branch information
steinkel committed Mar 11, 2016
1 parent 38a8ef1 commit 9b8e149
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Controller/Component/SecurityComponent.php
Expand Up @@ -199,6 +199,7 @@ public function blackHole(Controller $controller, $error = '', SecurityException
*
* @param \Cake\Controller\Exception\SecurityException $exception Additional debug info describing the cause
* @throws \Cake\Network\Exception\BadRequestException
* @return void
*/
protected function _throwException($exception = null)
{
Expand Down

0 comments on commit 9b8e149

Please sign in to comment.