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

Skip to content

Commit ce29631

Browse files
committed
[Translation] Add missing use statement
1 parent 28eedb8 commit ce29631

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
@@ -17,6 +17,7 @@
1717
use Symfony\Component\Console\Input\InputOption;
1818
use Symfony\Component\Console\Output\OutputInterface;
1919
use Symfony\Component\Console\Style\SymfonyStyle;
20+
use Symfony\Component\Translation\Exception\InvalidArgumentException;
2021

2122
/**
2223
* Validates XLIFF files syntax and outputs encountered errors.

0 commit comments

Comments
 (0)
0