Skip to content

Commit 325beaa

Browse files
committed
Houskeeping: phpcs
1 parent db4cede commit 325beaa

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/Mapping/PropertyAccessors/RawValuePropertyAccessor.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
use LogicException;
99
use ReflectionProperty;
1010

11-
use const PHP_VERSION_ID;
12-
1311
use function ltrim;
1412

13+
use const PHP_VERSION_ID;
14+
1515
/**
1616
* This is a PHP 8.4 and up only class and replaces ObjectCastPropertyAccessor.
1717
*

src/UnitOfWork.php

-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
use Doctrine\Persistence\PropertyChangedListener;
4848
use Exception;
4949
use InvalidArgumentException;
50-
use ReflectionObject;
5150
use RuntimeException;
5251
use Stringable;
5352
use UnexpectedValueException;
@@ -62,7 +61,6 @@
6261
use function array_values;
6362
use function assert;
6463
use function current;
65-
use function get_class;
6664
use function get_debug_type;
6765
use function implode;
6866
use function in_array;

tests/Tests/ORM/Functional/Ticket/GH10808Test.php

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
use Doctrine\Tests\OrmFunctionalTestCase;
1616
use PHPUnit\Framework\Attributes\Group;
1717

18+
use function get_class;
19+
1820
#[Group('GH10808')]
1921
class GH10808Test extends OrmFunctionalTestCase
2022
{

0 commit comments

Comments
 (0)