Skip to content

Commit

Permalink
Fix CS error
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Jul 7, 2015
1 parent 7af8818 commit 311d7dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Controller/Component/AuthComponent.php
Expand Up @@ -250,8 +250,8 @@ public function initialize(array $config)
/**
* Callback for Controller.startup event.
*
* @param \Cake\Event\Event $event
* @return void
* @param \Cake\Event\Event $event Event instance.
* @return void|\Cake\Network\Response
*/
public function startup(Event $event)
{
Expand Down

0 comments on commit 311d7dc

Please sign in to comment.