oxid_twig_extensions/DEVELOPMENT.md

11 lines
356 B
Markdown
Raw Normal View History

2023-01-10 13:35:16 +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.