Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 330 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (13 loc) · 330 Bytes

CONTRIBUTING

Coding standards

We use the config file .php_cs.dist with the version v3 of friendsofphp/php-cs-fixer.

Display proposed fixes without changing files

vendor/bin/php-cs-fixer fix -v --dry-run

Apply the proposed fixes

vendor/bin/php-cs-fixer fix -v