Skip to content
Snippets Groups Projects
Commit 4c0fed25 authored by Thijs Kinkhorst's avatar Thijs Kinkhorst
Browse files

Revert "Make signature of test auth source match that of class it extends"

This reverts commit a4dcf65a.
parent a4dcf65a
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ class SourceTest extends ClearStateTestCase ...@@ -28,7 +28,7 @@ class SourceTest extends ClearStateTestCase
class TestAuthSource extends \SimpleSAML_Auth_Source class TestAuthSource extends \SimpleSAML_Auth_Source
{ {
public function authenticate(array &$state) public function authenticate(&$state)
{ {
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment