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

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

parent 5da4f4a0
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(&$state) public function authenticate(array &$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