vanilla/standards

This package is abandoned and no longer maintained. No replacement package was suggested.

Rules for Vanilla forums' coding standards.

Installs: 107 801

Dependents: 4

Suggesters: 0

Security: 0

Stars: 0

Watchers: 17

Forks: 2

Open Issues: 4

pkg:composer/vanilla/standards

2.0.0 2020-11-13 22:10 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.