Skip to content

Commit 5125d2e

Browse files
zombergfabpot
authored andcommitted
Minor fixes
1 parent 06769e9 commit 5125d2e

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

Tests/EventListener/LocaleListenerTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
namespace Symfony\Component\HttpKernel\Tests\EventListener;
1313

14-
use Symfony\Component\HttpFoundation\RequestStack;
1514
use Symfony\Component\HttpFoundation\Request;
1615
use Symfony\Component\HttpKernel\EventListener\LocaleListener;
1716
use Symfony\Component\HttpKernel\HttpKernelInterface;

Tests/EventListener/RouterListenerTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
namespace Symfony\Component\HttpKernel\Tests\EventListener;
1313

14-
use Symfony\Component\HttpFoundation\RequestStack;
1514
use Symfony\Component\HttpFoundation\Request;
1615
use Symfony\Component\HttpKernel\EventListener\RouterListener;
1716
use Symfony\Component\HttpKernel\HttpKernelInterface;

Tests/Fixtures/ExtensionPresentBundle/Command/BarCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
namespace Symfony\Component\HttpKernel\Tests\Fixtures\ExtensionPresentBundle\Command;
44

55
use Symfony\Component\Console\Command\Command;
6-
use Symfony\Component\HttpKernel\Bundle;
76

87
/**
98
* This command has a required parameter on the constructor and will be ignored by the default Bundle implementation.

0 commit comments

Comments
 (0)