Difference between Instance and Static properties #21468
Annotations
9 errors
PHPStan
Process completed with exit code 1.
|
PHPStan:
src/Types/ModelProperty/GenericModelPropertyType.php#L118
Call to deprecated method hasProperty() of interface PHPStan\Type\Type:
Use hasInstanceProperty or hasStaticProperty instead
|
PHPStan:
src/Types/ModelProperty/GenericModelPropertyType.php#L97
Call to deprecated method hasProperty() of interface PHPStan\Type\Type:
Use hasInstanceProperty or hasStaticProperty instead
|
PHPStan:
src/Types/ModelProperty/GenericModelPropertyType.php#L93
Call to deprecated method hasProperty() of interface PHPStan\Type\Type:
Use hasInstanceProperty or hasStaticProperty instead
|
PHPStan:
src/Support/HigherOrderCollectionProxyHelper.php#L57
Call to deprecated method hasProperty() of interface PHPStan\Type\Type:
Use hasInstanceProperty or hasStaticProperty instead
|
PHPStan:
src/ReturnTypes/ModelOnlyDynamicMethodReturnTypeExtension.php#L76
Call to deprecated method getProperty() of interface PHPStan\Type\Type:
Use getInstanceProperty or getStaticProperty instead
|
PHPStan:
src/ReturnTypes/ModelOnlyDynamicMethodReturnTypeExtension.php#L75
Call to deprecated method hasProperty() of interface PHPStan\Type\Type:
Use hasInstanceProperty or hasStaticProperty instead
|
PHPStan:
src/Properties/HigherOrderCollectionProxyPropertyExtension.php#L42
Call to deprecated method getProperty() of class PHPStan\Type\ObjectType:
Use getInstanceProperty or getStaticProperty instead
|
PHPStan:
src/Methods/BuilderHelper.php#L103
Call to deprecated method hasProperty() of interface PHPStan\Type\Type:
Use hasInstanceProperty or hasStaticProperty instead
|
Loading