Skip to content

Commit

Permalink
BaselineNeonErrorFormatter does not need to implement ErrorFormatter …
Browse files Browse the repository at this point in the history
…interface
  • Loading branch information
ondrejmirtes committed Apr 27, 2022
1 parent dc28b26 commit 3a3c69e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/ErrorFormatter/BaselineNeonErrorFormatter.php
Expand Up @@ -11,7 +11,7 @@
use function preg_quote;
use const SORT_STRING;

class BaselineNeonErrorFormatter implements ErrorFormatter
class BaselineNeonErrorFormatter
{

public function __construct(private RelativePathHelper $relativePathHelper)
Expand Down

0 comments on commit 3a3c69e

Please sign in to comment.