Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.6k
[TypeInfo] Handlekey-of
andvalue-of
types#60655
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation
Be careful, there is 2 different
|
Oh, didn't know about that, I'll update the PR accordingly, thanks! |
Done. |
src/Symfony/Component/TypeInfo/TypeResolver/StringTypeResolver.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
value-of
typekey-of
andvalue-of
typesLooks like a feature to me |
jack-worman commentedJun 4, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
I consider this a bug because when I upgraded to Symfony 7.3 the TypeInfo component started throwing an exception. This is because 7.3 introduced handling type aliases, and my code had a So, until this is fixed I have to not use |
Thank you@mtarld. |
39d4e97
intosymfony:7.2Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Add missing support for
key-of
andvalue-of
type.