You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add PHPStan level 8, update CI workflow, add repo configs
Add phpstan.neon.dist at level 8 (matching Validation) with only 3
remaining ignores for irreducible __set magic method tests. Fix source:
type Instantiator constructor with @param class-string, use
assert(is_callable()) for call_user_func, assert(Closure|string) for
ReflectionFunction, use ReflectionNamedType, null-safe key(), cast
preg_replace results. Fix tests: replace magic __get reads with
getItem()/get(), magic __call with __invoke + getItem, bare expressions
with get(), parse_ini_string with parseIni() helper, getcwd() with
assertion, class_alias constant with original class. Replace single-job
CI with 3 parallel jobs: tests, code coverage with Codecov, static
analysis. Add codecov.yml, .gitattributes, dependabot.yml.
0 commit comments