Skip to content

Commit 985a09b

Browse files
committed
Removed obsolete use statements
1 parent 43ac1e2 commit 985a09b

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

tests/Integration/Entity/LogLoginFailureTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
use PHPUnit\Framework\Attributes\DataProvider;
1919
use PHPUnit\Framework\Attributes\TestDox;
2020
use Throwable;
21-
use function method_exists;
2221
use function ucfirst;
2322

2423
/**

tests/Integration/Entity/LogLoginTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
use Symfony\Component\HttpFoundation\Request;
2424
use Throwable;
2525
use function in_array;
26-
use function method_exists;
2726
use function ucfirst;
2827

2928
/**

tests/Integration/Entity/LogRequestTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
use function in_array;
2828
use function is_array;
2929
use function is_object;
30-
use function method_exists;
3130
use function sprintf;
3231
use function ucfirst;
3332

0 commit comments

Comments
 (0)