Skip to content

Add PHP-CS-FIXER tool - tuleap Ref #32

Camille Simiand requested to merge phpcs into main

The PHP Coding Standards Fixer (PHP CS Fixer) tool fixes your code to follow standards (as defined in the PSR-1, PSR-2, etc.)

To fix the files in a specific directory, run: tools/php-cs-fixer/vendor/bin/php-cs-fixer fix <directory-target>

Merge request reports