File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
"license" : " MIT" ,
11
11
"autoload" : {
12
12
"psr-4" : {
13
- "TicketSwap\\ PHPstanErrorFormatter \\ " : " src/"
13
+ "TicketSwap\\ PHPStanErrorFormatter \\ " : " src/"
14
14
}
15
15
},
16
16
"extra" : {
Original file line number Diff line number Diff line change 1
1
services :
2
2
errorFormatter.ticketswap :
3
- class : TicketSwap\PHPstanErrorFormatter \TicketSwapErrorFormatter
3
+ class : TicketSwap\PHPStanErrorFormatter \TicketSwapErrorFormatter
4
4
arguments :
5
5
relativePathHelper : ' @simpleRelativePathHelper'
6
6
editorUrl : ' %editorUrl%'
Original file line number Diff line number Diff line change 2
2
3
3
declare (strict_types=1 );
4
4
5
- namespace TicketSwap \PHPstanErrorFormatter ;
5
+ namespace TicketSwap \PHPStanErrorFormatter ;
6
6
7
7
use PHPStan \Command \AnalysisResult ;
8
8
use PHPStan \Command \ErrorFormatter \CiDetectedErrorFormatter ;
You can’t perform that action at this time.
0 commit comments