Skip to content

Commit de4e7a2

Browse files
committed
Fix sniffer-issues
1 parent ed58a36 commit de4e7a2

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

tests/src/Controller/NegotiateControllerTest.php

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,11 @@
2323
* @package SimpleSAML\Test
2424
* @psalm-suppress PropertyNotSetInConstructor
2525
*/
26-
class NegotiateControllerTest extends TestCase
26+
final class NegotiateControllerTest extends TestCase
2727
{
28-
/** @var \SimpleSAML\Configuration */
2928
protected Configuration $config;
30-
31-
/** @var Logger \SimpleSAML\Logger */
32-
protected \SimpleSAML\Logger $logger;
33-
34-
/** @var \SimpleSAML\Module */
29+
protected Logger $logger;
3530
protected Module $module;
36-
37-
/** @var \SimpleSAML\Session */
3831
protected Session $session;
3932

4033

0 commit comments

Comments
 (0)