MailConfigChecker/DEVELOPMENT.md

11 lines
356 B
Markdown
Raw Permalink Normal View History

2023-12-08 14:31:53 +01:00
# 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.