Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
Commit94b5dbd
committed
Add missing autoload calls
Until either php 7.4 or doctrine/persistence 2 is required, these willbe needed to make sure php recognises signatures using the old names ascompatible with signatures using the new names.This is necessary for types defined outside Symfony that extend typesfrom Symfony and still use the old names in signatures of methods theyoverride.More details athttps://dev.to/greg0ire/how-to-deprecate-a-type-in-php-48cfFixesdoctrine/DoctrineMongoDBBundle#6161 parent7a6e3c0 commit94b5dbd
File tree
3 files changed
+7
-0
lines changed- src/Symfony/Bridge/Doctrine
- Form/Type
- Security/User
3 files changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
282 | 282 | | |
283 | 283 | | |
284 | 284 | | |
| 285 | + | |
| 286 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| 100 | + | |
| 101 | + | |
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
0 commit comments
Comments
(0)