Skip to content

Deprecated Psalm job

Latest
Compare
Choose a tag to compare
@greg0ire greg0ire released this 09 Oct 07:49
· 2 commits to main since this release
5.2.0
a233747

Deprecated

The static analysis workflow is deprecated in favor of a new workflow that only runs PHPStan. Projects should:

  1. Migrate from psalm- prefixed annotations to phpstan- prefixed annotations, or to unprefixed annotations if they do not confuse PHPStorm.
  2. Install https:/phpstan/phpstan-deprecation-rules
  3. Remove Psalm
  4. Migrate from static-analysis.yml to phpstan.yml
  5. Raise PHPStan minimum level to 7