We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fd961c commit d9ddc60Copy full SHA for d9ddc60
tests/src/Controller/CASTest.php
@@ -12,7 +12,7 @@
12
use SimpleSAML\HTTP\RunnableResponse;
13
use SimpleSAML\Module\cas\Auth\Source\CAS;
14
use SimpleSAML\Module\cas\Controller;
15
-use Symfony\Component\HttpFoundation\Request;
+use Symfony\Component\HttpFoundation\{Request, Response};
16
17
/**
18
* Set of tests for the controllers in the "cas" module.
@@ -180,7 +180,7 @@ public function __construct()
180
//dummy
181
}
182
183
- public function authenticate(array &$state): void
+ public function authenticate(Request $request, array &$state): Response
184
{
185
186
0 commit comments