Skip to content

Commit

Permalink
Fix doc block in test.
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Jan 20, 2017
1 parent 506cf85 commit 81a82c5
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -22,13 +22,13 @@
class TestAuthComponent extends AuthComponent
{
/**
* @var string
* @var string|null
*/
public $authCheckCalledFrom = null;

/**
* @param Event $event
* @return \Cake\Network\Response|null|void
* @return \Cake\Network\Response|null
*/
public function authCheck(Event $event)
{
Expand Down

0 comments on commit 81a82c5

Please sign in to comment.