8
0
MailConfigChecker/DEVELOPMENT.md
2023-12-08 14:31:53 +01:00

356 B

phpstan

Install the dev packages manually, then run ./vendor/bin/phpstan -c./vendor/d3/oxtotp/phpstan.neon from the projects root directory

Analysis configuration is set in phpstan.neon file.

php-cs-fixer

install the dev packages manually, then run ... from the projects root directory

Fixer configuration is set in .php-cs-fixer.php file.