Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[Finder] Restore Finder:getIterator return type PHPDoc#44731
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
[Finder] Restore Finder:getIterator return type PHPDoc#44731
Uh oh!
There was an error while loading.Please reload this page.
Conversation
carsonbot commentedDec 20, 2021
It looks like you unchecked the "Allow edits from maintainer" box. That is fine, but please note that if you have multiple commits, you'll need to squash your commits into one before this can be merged. Or, you can check the "Allow edits from maintainers" box and the maintainer can squash for you. Cheers! Carsonbot |
kubawerlos commentedDec 20, 2021
No dear bot@carsonbot, this one is a GitHub issue:community/community#5634 |
stof commentedDec 20, 2021
oh, I was not aware of the fact that this feature was not available for forks belonging to an organization. Maybe carsonbot could detect that case. |
kubawerlos commentedDec 20, 2021
@stof or GitHub will fix this, I didn't know about this as well, until carsonbot's message, doesn't look like a feature. |
derrabus commentedDec 21, 2021
Good catch, thanks@kubawerlos. |
…ovariant IteratorAggregate implementations (derrabus)This PR was merged into the 6.0 branch.Discussion----------[EventDispatcher][HttpFoundation] Restore return type to covariant IteratorAggregate implementations| Q | A| ------------- | ---| Branch? | 6.0| Bug fix? | yes| New feature? | no| Deprecations? | no| Tickets | Follows#44731| License | MIT| Doc PR | N/ACommits-------0f2b5bb Restore return type to covariant IteratorAggregate implementations
As discussed in the related ticket we want this annotation back. Targeting
6.0as it is present in5.4, was remove during merging5.4up to6.0.