XRL 2.0.0 documentation

Coding style

«  Contributing to XRL   ::   Contents   ::   Credits  »

Coding style

The XRL team closely follows the PSR-2 coding style.

Also, when developing, the following command can be used to check various aspects of the code quality:

$ vendor/bin/phing qa

It runs the following tools on XRL’s code to detect possible issues:

«  Contributing to XRL   ::   Contents   ::   Credits  »