feat: Update to PHPStan 2.x #11
Annotations
3 errors
PHPStan:
src/RequireRequestFactoryRule.php#L51
Function class_parents() is a runtime reflection concept that might not work in PHPStan because it uses fully static reflection engine. Use objects retrieved from ReflectionProvider instead.
|
PHPStan:
src/RequireRequestFactoryRule.php#L68
Function class_parents() is a runtime reflection concept that might not work in PHPStan because it uses fully static reflection engine. Use objects retrieved from ReflectionProvider instead.
|
PHPStan
Process completed with exit code 1.
|