Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
Add generic types to traversable implementations#42471
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
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/Finder/Iterator/DateRangeFilterIterator.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/Finder/Iterator/SizeRangeFilterIterator.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
lyrixx commentedAug 11, 2021
👍🏼 for the workflow part |
nicolas-grekas commentedAug 12, 2021
Ldap's QueryInterface declares |
Uh oh!
There was an error while loading.Please reload this page.
0b5c0de to170a802Compare5a761ed to9a03d29Compare9a03d29 to591b066Compare591b066 to7f824fcComparefabpot commentedNov 3, 2021
Thank you@derrabus. |
This PR was merged into the 5.4 branch.Discussion----------Fix more generic types| Q | A| ------------- | ---| Branch? | 5.4| Bug fix? | no| New feature? | no| Deprecations? | no| Tickets | N/A| License | MIT| Doc PR | N/ASome changes I wanted to push to#42471, but then it got merged already. 😇Commits-------c54d61e Fix more generic types
Uh oh!
There was an error while loading.Please reload this page.
Since tool support for generic types is growing, I wanted to give it a try and add generics to our traversable implementations. This should help Psalm to understand our code better. Furthermore, it helps app developers with running static code analysis on their own codebases.
Marking this as WIP for now until I reviewed all errors reported by Psalm.