Skip to content

Commit a2f67df

Browse files
committed
[4.3] Remove unused local variables
1 parent e93ee6e commit a2f67df

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Tests/FirewallTest.php

-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
use PHPUnit\Framework\TestCase;
1515
use Symfony\Component\EventDispatcher\EventDispatcherInterface;
1616
use Symfony\Component\HttpFoundation\Request;
17-
use Symfony\Component\HttpFoundation\Response;
1817
use Symfony\Component\HttpKernel\Event\RequestEvent;
1918
use Symfony\Component\HttpKernel\HttpKernelInterface;
2019
use Symfony\Component\Security\Http\Firewall;
@@ -52,8 +51,6 @@ public function testOnKernelRequestRegistersExceptionListener()
5251

5352
public function testOnKernelRequestStopsWhenThereIsAResponse()
5453
{
55-
$response = new Response();
56-
5754
$called = [];
5855

5956
$first = function () use (&$called) {

0 commit comments

Comments
 (0)