Database Migrator: core Static analysis To run static analysis: psalm phpstan make check To fix code style: phpcs rector make fix Testing The package is tested with PHPUnit Infection To run tests: make tests