Skip to content

Commit 3f0c7ea

Browse files
committed
Remove unneeded use statements
1 parent b0e234d commit 3f0c7ea

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Tests/RateLimiter/AbstractRequestRateLimiterTest.php

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
use PHPUnit\Framework\TestCase;
1515
use Symfony\Component\HttpFoundation\Request;
1616
use Symfony\Component\RateLimiter\LimiterInterface;
17-
use Symfony\Component\RateLimiter\Policy\NoLimiter;
1817
use Symfony\Component\RateLimiter\RateLimit;
1918

2019
class AbstractRequestRateLimiterTest extends TestCase

Tests/Session/Storage/Proxy/AbstractProxyTest.php

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
namespace Symfony\Component\HttpFoundation\Tests\Session\Storage\Proxy;
1313

14-
use PHPUnit\Framework\MockObject\MockObject;
1514
use PHPUnit\Framework\TestCase;
1615
use Symfony\Component\HttpFoundation\Session\Storage\Proxy\AbstractProxy;
1716
use Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy;

0 commit comments

Comments
 (0)