We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
We use the standard phpDoc tags (Cheat Sheet), using these small extra conventions.
When a property holds an instance of a class, we use the FQDN of the class in the documentation.
Each class should have the following documentation block.
/** * [Class Description] * * @author John Doe <john.doe@litus.cc> */
Our coding style is described here.