Add static analysis in the test command
Abierto
enhancement
- Lenguaje dominante
- PHP
- Estrellas
- 0
- Forks
- 0
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
## Description
Static analysis helps catching bugs earlier.
## Proposal
- Using phpstan/phpstan in the make test command: `php vendor/bin/phpunit && php vendor/bin/phpstan analyse sources`
- Use the level 8 for a maximum of consistency
- Use a `phpstan.neon` configuration file
## Worarkound solutions
None.
## Notes
None.
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.