8000 bug #35582 Missing use statement 4.4 (fabpot) · symfony/symfony@45f5564 · GitHub
[go: up one dir, main page]

Skip to content

Commit 45f5564

Browse files
committed
bug #35582 Missing use statement 4.4 (fabpot)
This PR was merged into the 4.4 branch. Discussion ---------- Missing use statement 4.4 | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | yes | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tickets | <!-- prefix each issue number with "Fix #", if any --> | License | MIT | Doc PR | n/a Commits ------- 00baa29 [Translation] Add missing use statement
2 parents c29989d + 00baa29 commit 45f5564

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