[Translation] Add missing use statement

This commit is contained in:
Fabien Potencier 2020-02-04 08:15:38 +01:00
parent 28eedb8cef
commit ce29631cd8

View File

@ -17,6 +17,7 @@ use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Output\OutputInterface;
use Symfony\Component\Console\Style\SymfonyStyle;
use Symfony\Component\Translation\Exception\InvalidArgumentException;
/**
* Validates XLIFF files syntax and outputs encountered errors.