Skip to content

Commit 33062b9

Browse files
committed
Fix capital in namespace
1 parent 6cb5c25 commit 33062b9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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": {

extension.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
errorFormatter.ticketswap:
3-
class: TicketSwap\PHPstanErrorFormatter\TicketSwapErrorFormatter
3+
class: TicketSwap\PHPStanErrorFormatter\TicketSwapErrorFormatter
44
arguments:
55
relativePathHelper: '@simpleRelativePathHelper'
66
editorUrl: '%editorUrl%'

src/TicketSwapErrorFormatter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
declare(strict_types=1);
44

5-
namespace TicketSwap\PHPstanErrorFormatter;
5+
namespace TicketSwap\PHPStanErrorFormatter;
66

77
use PHPStan\Command\AnalysisResult;
88
use PHPStan\Command\ErrorFormatter\CiDetectedErrorFormatter;

0 commit comments

Comments
 (0)