Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

False positive method.childReturnType with generic trait #10184

Closed
ComiR opened this issue Nov 23, 2023 · 2 comments
Closed

False positive method.childReturnType with generic trait #10184

ComiR opened this issue Nov 23, 2023 · 2 comments
Labels

Comments

@ComiR
Copy link

ComiR commented Nov 23, 2023

Bug report

Generic return type in a trait doesn't use the template value, but the template base (FooI instead of Bar in the snippet).

The @return Collection<Bar> should not be required, but is because of #9657.

Code snippet that reproduces the problem

https://phpstan.org/r/abe36c17-150b-4e3c-8173-a5bc6699c3df

Expected output

No errors!

Did PHPStan help you today? Did it make you happy in any way?

always ❤️

@ondrejmirtes
Copy link
Member

Fixed: phpstan/phpstan-src@4c4f22f

Copy link

github-actions bot commented Jan 2, 2024

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants