folded-php / exception

Various kind of exception to throw for your web app.

Home Page:https://packagist.org/packages/folded/exception

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add static analysis in the test command

khalyomede opened this issue · comments

Description

Static analysis helps catching bugs earlier.

Proposal

  • Using phpstan/phpstan and run the command after the test command: pest --coverage && phpstan analyse src
  • Use the level 8 for a maximum of consistency
  • Use a phpstan.neon configuration file

Worarkound solutions

None.

Notes

None.