- Runs PHP CS Fixer on the specified directories or files using the default config.
- Example:
composer kununu:cs-fixer src/ tests/
- Example:
- Runs PHP CS Fixer with a custom config file.
- Example:
composer kununu:cs-fixer --config=/var/www/html/services/vendor/kununu/code-tools/php-cs-fixer.php src/ tests/
- Example:
- Installs the Kununu pre-commit Git hook for coding standards enforcement
- Run:
composer kununu:cs-fixer-git-hook
- Run:
Since this project is a composer-plugin, the composer kununu:cs-fixer-git-hook command is automatically applied during install or update.