You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the file Symfony/Bridge/Doctrine/Form/DoctrineOrmTypeGuesser.php of branch 2.8 (and master), the quessed form types are the old aliases. They should be updated to quess the FQDN of the form type, as decided and implemented in #15079.
The text was updated successfully, but these errors were encountered:
…ewie)
This PR was squashed before being merged into the 2.8 branch (closes#16334).
Discussion
----------
Updated type guessers to use FQCNs for guessed types
| Q | A
| ------------- | ---
| Bug fix? | yes
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Tests pass? | yes
| Fixed tickets | #16332
| License | MIT
| Doc PR | symfony/symfony-docs#5834 (if applicable)
Commits
-------
e871db7 Updated type guessers to use FQCNs for guessed types
In the file
Symfony/Bridge/Doctrine/Form/DoctrineOrmTypeGuesser.php
of branch2.8
(andmaster
), the quessed form types are the old aliases. They should be updated to quess the FQDN of the form type, as decided and implemented in #15079.The text was updated successfully, but these errors were encountered: