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 ffd7d2d commit 0edb482Copy full SHA for 0edb482
tests/Integration/Entity/LogLoginFailureTest.php
@@ -18,7 +18,6 @@
18
use PHPUnit\Framework\Attributes\DataProvider;
19
use PHPUnit\Framework\Attributes\TestDox;
20
use Throwable;
21
-use function method_exists;
22
use function ucfirst;
23
24
/**
tests/Integration/Entity/LogLoginTest.php
@@ -23,7 +23,6 @@
use Symfony\Component\HttpFoundation\Request;
25
use function in_array;
26
27
28
29
tests/Integration/Entity/LogRequestTest.php
@@ -27,7 +27,6 @@
use function is_array;
use function is_object;
30
31
use function sprintf;
32
33
0 commit comments