Commit 341e1bf
committed
minor symfony#60911 [DoctrineBridge] use native lazy objects on PHP 8.4+ when available (xabbuh)
This PR was merged into the 6.4 branch.
Discussion
----------
[DoctrineBridge] use native lazy objects on PHP 8.4+ when available
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Issues |
| License | MIT
following the changes from doctrine/orm#12005 and doctrine/orm#12020
Commits
-------
1256ce9 use native lazy objects on PHP 8.4+ when availableFile tree
2 files changed
+10
-4
lines changed- src/Symfony/Bridge/Doctrine/Tests
- PropertyInfo
2 files changed
+10
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | | - | |
63 | | - | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
64 | 66 | | |
65 | 67 | | |
66 | 68 | | |
| |||
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
49 | 53 | | |
50 | 54 | | |
51 | 55 | | |
| |||
0 commit comments