Commit 560e105
committed
minor #60736 [DoctrineBridge] require PropertyInfo 8.0+ in the Doctrine bridge (xabbuh)
This PR was merged into the 8.0 branch.
Discussion
----------
[DoctrineBridge] require PropertyInfo 8.0+ in the Doctrine bridge
| Q | A
| ------------- | ---
| Branch? | 8.0
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Issues |
| License | MIT
due to the `DoctrineExtractor::getTypes()` method being removed in #60726 the `DoctrineExtractor` class is not compatible with PropertyInfo < 8.0
Commits
-------
b0b86b1 require PropertyInfo 8.0+ in the Doctrine bridgeFile tree
2 files changed
+38
-2
lines changed- src/Symfony
- Bridge/Doctrine
- Component/Validator/Tests/Mapping/Loader
2 files changed
+38
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
| 57 | + | |
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
| |||
Lines changed: 35 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
| 65 | + | |
64 | 66 | | |
65 | 67 | | |
66 | 68 | | |
| |||
84 | 86 | | |
85 | 87 | | |
86 | 88 | | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
87 | 112 | | |
88 | 113 | | |
89 | 114 | | |
| |||
215 | 240 | | |
216 | 241 | | |
217 | 242 | | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
218 | 248 | | |
219 | 249 | | |
220 | 250 | | |
| |||
249 | 279 | | |
250 | 280 | | |
251 | 281 | | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
252 | 287 | | |
253 | 288 | | |
254 | 289 | | |
| |||
0 commit comments