Browse Source

Fix doc block in test.

dereuromark 9 years ago
parent
commit
81a82c5eae
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tests/test_app/TestApp/Controller/Component/TestAuthComponent.php

+ 2 - 2
tests/test_app/TestApp/Controller/Component/TestAuthComponent.php

@@ -22,13 +22,13 @@ use Cake\Event\Event;
 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)
     {