vanilla / standards
This package is abandoned and no longer maintained.
No replacement package was suggested.
Rules for Vanilla forums' coding standards.
2.0.0
2020-11-13 22:10 UTC
Requires
- php: >=7.2
- squizlabs/php_codesniffer: ~3.0
This package is auto-updated.
Last update: 2023-02-07 18:13:17 UTC
README
This repo contains the Vanilla forums' coding standards utilities.
As explained in our documentation, our codebase is being updated to follow our standards. This is a long and ongoing process. Our codebase does not currently pass all the tests, but every new file added should!
You can use PHP_CodeSniffer to validate code using our coding standards. See Validating your PHP code with PHP_CodeSniffer from our documentation for more information.