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.
Coding standard is PSR-2.
Functions defined outside of classes have to be in written as snake_case, to keep them consistent with PHP global functions.
snake_case
Variables and properties should always be in camelCase.
camelCase
The coding standard is PEP 8.
Functions and variables should be in snake_case.