Commit 88f458a
committed
fix(jsonschema): drop removed getBuiltinTypes path in SchemaPropertyMetadataFactory
The 4.4 readable-link refinement used a getType-gated dual path; main (5.0)
removed ApiProperty::getBuiltinTypes and property-info's getType, so on the
bumped Symfony floor the legacy branch fatally called an undefined method
during cache warmup (breaking every PHPUnit job). Keep only the native-type
branch, matching main's modern type handling.1 parent 432992e commit 88f458a
1 file changed
Lines changed: 2 additions & 17 deletions
Lines changed: 2 additions & 17 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
| 76 | + | |
| 77 | + | |
93 | 78 | | |
94 | 79 | | |
95 | 80 | | |
| |||
0 commit comments