We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33500b2 commit 79d4511Copy full SHA for 79d4511
Tests/RateLimiter/AbstractRequestRateLimiterTest.php
@@ -14,7 +14,6 @@
14
use PHPUnit\Framework\TestCase;
15
use Symfony\Component\HttpFoundation\Request;
16
use Symfony\Component\RateLimiter\LimiterInterface;
17
-use Symfony\Component\RateLimiter\Policy\NoLimiter;
18
use Symfony\Component\RateLimiter\RateLimit;
19
20
class AbstractRequestRateLimiterTest extends TestCase
Tests/Session/Storage/Proxy/AbstractProxyTest.php
@@ -11,7 +11,6 @@
11
12
namespace Symfony\Component\HttpFoundation\Tests\Session\Storage\Proxy;
13
-use PHPUnit\Framework\MockObject\MockObject;
use Symfony\Component\HttpFoundation\Session\Storage\Proxy\AbstractProxy;
use Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy;
0 commit comments