Fix up assoc bug in findBy magic. #52
Merged
Annotations
10 errors
|
Run phpstan
Process completed with exit code 1.
|
|
Run phpstan:
src/Type/ControllerFetchTableDynamicReturnTypeExtension.php#L50
Call to deprecated method hasProperty() of class PHPStan\Reflection\ClassReflection:
Use hasInstanceProperty or hasStaticProperty instead
|
|
Run phpstan:
src/Rule/Model/AddAssociationMatchOptionsTypesRule.php#L172
Call to deprecated method getProperty() of class PHPStan\Reflection\ClassReflection:
Use getInstanceProperty or getStaticProperty
|
|
Run phpstan:
src/Method/AssociationTableMixinClassReflectionExtension.php#L99
Call to deprecated method hasProperty() of class PHPStan\Reflection\ClassReflection:
Use hasInstanceProperty or hasStaticProperty instead
|
|
Run phpstan:
src/Method/AssociationTableMixinClassReflectionExtension.php#L95
Call to deprecated method isSubclassOf() of class PHPStan\Reflection\ClassReflection:
Use isSubclassOfClass instead.
|
|
Run phpstan:
src/Method/AssociationTableMixinClassReflectionExtension.php#L81
Call to deprecated method isSubclassOf() of class PHPStan\Reflection\ClassReflection:
Use isSubclassOfClass instead.
|
|
Run phpstan:
src/Method/AssociationTableMixinClassReflectionExtension.php#L76
Call to deprecated method isSubclassOf() of class PHPStan\Reflection\ClassReflection:
Use isSubclassOfClass instead.
|
|
Run phpstan:
src/Method/AssociationTableMixinClassReflectionExtension.php#L56
Call to deprecated method isSubclassOf() of class PHPStan\Reflection\ClassReflection:
Use isSubclassOfClass instead.
|
|
Run phpstan:
src/Method/AssociationTableMixinClassReflectionExtension.php#L52
Call to deprecated method isSubclassOf() of class PHPStan\Reflection\ClassReflection:
Use isSubclassOfClass instead.
|
|
Run phpcs
Process completed with exit code 2.
|
Loading