Public Access
fix: baseline pre-existing PHPStan level-6 findings so Gate 1 passes #333
Reference in New Issue
Block a user
Delete Branch "hotfix/phpstan-baseline"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Gate 1 static analysis (PHPStan level 6) reported 194 pre-existing findings across 52 files in
cli/,lib/, andvalidate/— missing iterable value types, override signature mismatches, redundant nullable returns, etc. These predate this work (they were masked earlier by the phpcs/automationfailures).Consistent with the repo's existing
phpstan-baseline.neonapproach, this adds those findings to the baseline (177 entries) so Gate 1 passes while the type-annotation debt stays tracked for incremental cleanup — rather than silently disabling analysis.Also adds the CHANGELOG
[Unreleased]entry the PR check requires.