jmgq/php-a-star

Run static analysis tools

Closed this issue · 1 comments

jmgq commented

Tools to consider:

  • PHPStan
  • Psalm
  • Phan

Acceptance Criteria:

  • The tools are run as part of the CI pipeline.
  • The tools can be run individually via a composer command.
  • The tools can be run all together via a composer command.
  • The tools can be run from the docker container.
  • The Readme file mentions these tools.
  • The Changelog reflects this new feature.
jmgq commented

Done as of cf16e01.