Completed
Push — master ( 89bf6a...4ff99e )
by Joachim
07:05
created
Tests/Command/ReportCommandTest.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,9 +6,9 @@
 block discarded – undo
6 6
 use Loevgaard\DandomainConsignmentBundle\ConsignmentService\ConsignmentServiceCollection;
7 7
 use Loevgaard\DandomainFoundation\Repository\ManufacturerRepository;
8 8
 use PHPUnit\Framework\TestCase;
9
-use Symfony\Component\DependencyInjection\ContainerInterface;
10 9
 use Symfony\Component\Console\Application;
11 10
 use Symfony\Component\Console\Tester\CommandTester;
11
+use Symfony\Component\DependencyInjection\ContainerInterface;
12 12
 
13 13
 class ReportCommandTest extends TestCase
14 14
 {
Please login to merge, or discard this patch.