Skip to content

Commit d0b0613

Browse files
committed
Remove unneeded use statements
1 parent 51418a2 commit d0b0613

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Command/TranslationUpdateCommand.php

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
use Symfony\Component\Console\Input\InputArgument;
2020
use Symfony\Component\Console\Input\InputInterface;
2121
use Symfony\Component\Console\Input\InputOption;
22-
use Symfony\Component\Console\Output\ConsoleOutputInterface;
2322
use Symfony\Component\Console\Output\OutputInterface;
2423
use Symfony\Component\Console\Style\SymfonyStyle;
2524
use Symfony\Component\HttpKernel\KernelInterface;

Tests/DependencyInjection/ConfigurationTest.php

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313

1414
use Doctrine\DBAL\Connection;
1515
use PHPUnit\Framework\TestCase;
16-
use Seld\JsonLint\JsonParser;
1716
use Symfony\Bundle\FrameworkBundle\DependencyInjection\Configuration;
1817
use Symfony\Bundle\FullStack;
1918
use Symfony\Component\Cache\Adapter\DoctrineAdapter;

0 commit comments

Comments
 (0)