barryvdh / laravel-debugbar

Debugbar for Laravel (Integrates PHP Debug Bar)
MIT License
17.16k stars 1.55k forks source link

Migrate PHPCS configuration to file #1633

Closed jnoordsij closed 4 weeks ago

jnoordsij commented 2 months ago

This PR migrates the PHPCS cli configuration to a xml file, to allow for easier usage and ensure consistency across phpcs/phpcbf calls. It also fixes some (auto-)fixable codestyle errors that the CI job currently fails to correct on the master branch.

Finally it adds blade.php files to excluded patterns, as they should not be linted as PHP code.