Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[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
Uh oh!
There was an error while loading.Please reload this page.
Conversation
stof commentedJun 3, 2025
Be careful, there is 2 different
|
mtarld commentedJun 3, 2025
Oh, didn't know about that, I'll update the PR accordingly, thanks! |
mtarld commentedJun 3, 2025
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 typesOskarStark commentedJun 3, 2025
Looks 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 |
nicolas-grekas commentedJun 4, 2025
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-ofandvalue-oftype.