Difference between Instance and Static properties #19206
Annotations
4 errors
|
src/Rules/Deprecations/AccessDeprecatedPropertyRule.php#L55
Call to deprecated method getProperty() of class PHPStan\Reflection\ClassReflection:
Use getInstanceProperty or getStaticProperty
|
|
src/Rules/Deprecations/AccessDeprecatedStaticPropertyRule.php#L65
Call to deprecated method hasProperty() of interface PHPStan\Type\Type:
Use hasInstanceProperty or hasStaticProperty instead
|
|
src/Rules/Deprecations/AccessDeprecatedStaticPropertyRule.php#L78
Call to deprecated method getProperty() of class PHPStan\Reflection\ClassReflection:
Use getInstanceProperty or getStaticProperty
|
|
|
The logs for this run have expired and are no longer available.
Loading