manufacturer-information/DEVELOPMENT.md

11 lignes
356 B
Markdown
Brut Vue normale Historique

2024-10-23 17:34:35 +02: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.