Linting PHP with PHP_CodeSniffer
Disabling rules
If for some reason you need to use something that has been disallowed in phpcs.xml you should have good arguments in favor to it. You should comment the change accordingly:
PHP Code Beautifier and Fixer (phpcbf)
With phpcbf it's quick to fix the most common errors that are not right accoring to your project phpcs.xml.
General linting and coding rules
You should always comment your code as thorough as possible. For indentation we use to char space. Always use the latest .editorconfig:
Last updated