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 a356c99 commit 40ad585Copy full SHA for 40ad585
composer.json
@@ -11,6 +11,11 @@
11
"*": "dist"
12
}
13
},
14
+ "autoload": {
15
+ "psr-4": {
16
+ "Simplesamlphp\\Module\\casserver\\": "lib"
17
+ }
18
+ },
19
"autoload-dev": {
20
"psr-4": {
21
"Simplesamlphp\\Casserver\\": "tests/lib"
tests/lib/TicketValidatorTest.php
@@ -20,7 +20,7 @@ class TicketValidatorTest extends TestCase
private TicketValidator $ticketValidator;
22
/**
23
- * @var \SimpleSAML\Module\casserver\Cas\TicketStore
+ * @var \SimpleSAML\Module\casserver\Cas\Ticket\TicketStore
24
*/
25
private TicketStore $ticketStore;
26
0 commit comments