Skip to content

Commit 40ad585

Browse files
committed
Fix namespace
1 parent a356c99 commit 40ad585

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@
1111
"*": "dist"
1212
}
1313
},
14+
"autoload": {
15+
"psr-4": {
16+
"Simplesamlphp\\Module\\casserver\\": "lib"
17+
}
18+
},
1419
"autoload-dev": {
1520
"psr-4": {
1621
"Simplesamlphp\\Casserver\\": "tests/lib"

tests/lib/TicketValidatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class TicketValidatorTest extends TestCase
2020
private TicketValidator $ticketValidator;
2121

2222
/**
23-
* @var \SimpleSAML\Module\casserver\Cas\TicketStore
23+
* @var \SimpleSAML\Module\casserver\Cas\Ticket\TicketStore
2424
*/
2525
private TicketStore $ticketStore;
2626

0 commit comments

Comments
 (0)