Skip to content

Commit b3cda38

Browse files
committed
Fix PSR-4 namespace
1 parent 2a9479b commit b3cda38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"license": "MIT",
1111
"autoload": {
1212
"psr-4": {
13-
"TicketSwap\\PHPstanErrorFormatter": "src/"
13+
"TicketSwap\\PHPstanErrorFormatter\\": "src/"
1414
}
1515
},
1616
"extra": {

0 commit comments

Comments
 (0)