Skip to content

Commit 3a3c69e

Browse files
committed
BaselineNeonErrorFormatter does not need to implement ErrorFormatter interface
1 parent dc28b26 commit 3a3c69e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command/ErrorFormatter/BaselineNeonErrorFormatter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
use function preg_quote;
1212
use const SORT_STRING;
1313

14-
class BaselineNeonErrorFormatter implements ErrorFormatter
14+
class BaselineNeonErrorFormatter
1515
{
1616

1717
public function __construct(private RelativePathHelper $relativePathHelper)

0 commit comments

Comments
 (0)