8000 [Translation] Add missing use statement · symfony/symfony@00baa29 · GitHub
[go: up one dir, main page]

Skip to content

Commit 00baa29

Browse files
committed
[Translation] Add missing use statement
1 parent c29989d commit 00baa29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Component/Translation/Command/XliffLintCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
use Symfony\Component\Console\Input\InputOption;
1919
use Symfony\Component\Console\Output\OutputInterface;
2020
use Symfony\Component\Console\Style\SymfonyStyle;
21+
use Symfony\Component\Translation\Exception\InvalidArgumentException;
2122
use Symfony\Component\Translation\Util\XliffUtils;
2223

2324
/**

0 commit comments

Comments
 (0)
0