Opening braces for classes MUST go on the next
line, and closing braces MUST go on the next line after
the body
Code MUST use 4 spaces for indenting, not tabs.
Visibility MUST be declared on all properties and
methods; abstract and final MUST be declared before the
visibility; static MUST be declared after the visibility.
Opening parentheses for control structures MUST
NOT have a space after them, and closing parentheses for
control structures MUST NOT have a space before.
Code MUST follow a "coding style guide" PSR [PSR-1].