We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
self
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
Version affected: 1.2.0
Error: Internal error: Internal error: Class 'self' not found in file ...
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()
self::getValues()
Technically such calls are correct and works, but rule phpstan.broker.dynamicStaticMethodReturnTypeExtension breaks execution on it.
phpstan.broker.dynamicStaticMethodReturnTypeExtension
The text was updated successfully, but these errors were encountered:
29bbc50
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: