Skip to content

Commit

Permalink
class extending
Browse files Browse the repository at this point in the history
  • Loading branch information
szabogyula committed Apr 30, 2016
1 parent f70a748 commit f30b77c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Auth/Source/authVHO.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ private function getUser()
*
* @return void
*/
public function authenticate($state)
public function authenticate(&$state)
{
assert('is_array($state)');

Expand Down Expand Up @@ -266,7 +266,7 @@ public static function resume()
*
* @return void
*/
public function logout($state)
public function logout(&$state)
{
assert('is_array($state)');

Expand Down

0 comments on commit f30b77c

Please sign in to comment.