Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit c315059

Browse files
committed
[4.3] Remove unused local variables
1 parent 9938711 commit c315059

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Http/Tests/FirewallTest.php

Lines changed: 0 additions & 3 deletions
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)