Skip to main content

Linting

Install tooling via:

composer -d tools install

Try to automatically fix linting errors:

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

Note: First time you run the linter, it might take a while. After a hot cache, linting will be much faster.