Commit 325beaa 1 parent db4cede commit 325beaa Copy full SHA for 325beaa
File tree 3 files changed +4
-4
lines changed
Mapping/PropertyAccessors
tests/Tests/ORM/Functional/Ticket
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
use LogicException ;
9
9
use ReflectionProperty ;
10
10
11
- use const PHP_VERSION_ID ;
12
-
13
11
use function ltrim ;
14
12
13
+ use const PHP_VERSION_ID ;
14
+
15
15
/**
16
16
* This is a PHP 8.4 and up only class and replaces ObjectCastPropertyAccessor.
17
17
*
Original file line number Diff line number Diff line change 47
47
use Doctrine \Persistence \PropertyChangedListener ;
48
48
use Exception ;
49
49
use InvalidArgumentException ;
50
- use ReflectionObject ;
51
50
use RuntimeException ;
52
51
use Stringable ;
53
52
use UnexpectedValueException ;
62
61
use function array_values ;
63
62
use function assert ;
64
63
use function current ;
65
- use function get_class ;
66
64
use function get_debug_type ;
67
65
use function implode ;
68
66
use function in_array ;
Original file line number Diff line number Diff line change 15
15
use Doctrine \Tests \OrmFunctionalTestCase ;
16
16
use PHPUnit \Framework \Attributes \Group ;
17
17
18
+ use function get_class ;
19
+
18
20
#[Group('GH10808 ' )]
19
21
class GH10808Test extends OrmFunctionalTestCase
20
22
{
You can’t perform that action at this time.
0 commit comments