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 ed58a36 commit de4e7a2Copy full SHA for de4e7a2
tests/src/Controller/NegotiateControllerTest.php
@@ -23,18 +23,11 @@
23
* @package SimpleSAML\Test
24
* @psalm-suppress PropertyNotSetInConstructor
25
*/
26
-class NegotiateControllerTest extends TestCase
+final class NegotiateControllerTest extends TestCase
27
{
28
- /** @var \SimpleSAML\Configuration */
29
protected Configuration $config;
30
-
31
- /** @var Logger \SimpleSAML\Logger */
32
- protected \SimpleSAML\Logger $logger;
33
34
- /** @var \SimpleSAML\Module */
+ protected Logger $logger;
35
protected Module $module;
36
37
- /** @var \SimpleSAML\Session */
38
protected Session $session;
39
40
0 commit comments