Coding standard

The Plop project uses the PSR-2 coding standard.

Check your code

To check that your code complies with the standard, run the following command in the project’s root directory:

vendor/bin/phing qa_codesniffer

This will check your code against the standards described here.

You may also be interested in running the full QA test suite with:

vendor/bin/phing qa