Skip to content

Release v2.0.4

Choose a tag to compare

@github-actions github-actions released this 23 Jul 12:46
· 69 commits to main since this release

Release v2.0.4

PHPStan level 8 clean (empty baseline), phpstan-frankenphp rulesets,
CS Fixer import_symbols. No bundle API or schema changes.

See docs/CHANGELOG.md.

Changelog

Changed

  • Static analysis: clear PHPStan level 8 findings (typing, form @extends, DataTransformer generics, redundant guards). Empty phpstan-baseline.neon kept in the tree for future suppressions.
  • Dev tooling: require-dev nowo-tech/phpstan-frankenphp (^1.0); phpstan.neon.dist includes classic + worker rulesets. PHP CS Fixer enables fully_qualified_strict_types.import_symbols.
  • composer.lock / demo lock: dependency sync (incl. nowo-tech/phpstan-frankenphp v1.0.1). No runtime require changes.

Documentation

Full Changelog: v2.0.3...v2.0.4