Skip to content

Failing static analysis due to keywork self #4

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

Closed
ramunasd opened this issue Oct 15, 2020 · 0 comments
Closed

Failing static analysis due to keywork self #4

ramunasd opened this issue Oct 15, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@ramunasd
Copy link

Version affected: 1.2.0

Error: Internal error: Internal error: Class 'self' not found in file ...

When child class tries to call parent methods using keyword self. I.e. self::getValues()

Technically such calls are correct and works, but rule phpstan.broker.dynamicStaticMethodReturnTypeExtension breaks execution on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants