Skip to content

Files

Latest commit

author
Benjamin Dieleman
Nov 6, 2023
4274dae · Nov 6, 2023

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