Skip to content

feat: Update to PHPStan 2.x #11

feat: Update to PHPStan 2.x

feat: Update to PHPStan 2.x #11

Status Failure
Total duration 41s
Artifacts

static.yml

on: push
Fit to window
Zoom out
Zoom in

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.