Skip to content

Commit 5ae17ec

Browse files
fix: remove duplicate JsonParser import in ParserRegistryTest
1 parent 325e92d commit 5ae17ec

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
some content
1+
some content

tests/src/Parser/ParserRegistryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
namespace MoveElevator\ComposerTranslationValidator\Tests\Parser;
66

7+
use MoveElevator\ComposerTranslationValidator\Parser\JsonParser;
78
use MoveElevator\ComposerTranslationValidator\Parser\ParserInterface;
89
use MoveElevator\ComposerTranslationValidator\Parser\ParserRegistry;
9-
use MoveElevator\ComposerTranslationValidator\Parser\JsonParser;
1010
use MoveElevator\ComposerTranslationValidator\Parser\XliffParser;
1111
use MoveElevator\ComposerTranslationValidator\Parser\YamlParser;
1212
use PHPUnit\Framework\TestCase;

0 commit comments

Comments
 (0)