| Use 2 spaces instead of tabs. |
| Add a space before "{". |
| Add a space after "{". |
| Add a break after "{". |
| Add a break before "}". |
| Add a space before "}". |
| Add a break after ";". |
| Add a space before "?". |
| Add a space after "?". |
| Add a space before ":". |
| Add a space after ":". |
| Add a break after ":". |
| Add trailing comma to lists. |
| Align ")" in multiline structures. |
| Add a space after ",". |
| Add spaces around ".". |
| Remove space between "." and string. |
| Add spaces around "=", "<", ">", "+", "*", "/", "|", "^", and "%". |
| Add spaces around "&". |
| Add spaces around "-". |
| Remove space between "-" and negative values. |
| Add spaces between ">", "=", ",", ":", or "?" and "-". |
| Remove space between "." and """. |
| Write the word "array" in lowercase. |
| Add a break between two PHP tags. |
| Add a break after PHP opening. |
| Add a space before PHP closing. |
| Add spaces around "->". |
| Add spaces around string concatenators. |
| Remove space between string and ".". |
| Remove space in object operator and error supression. |
| Add a space after ")". |
| Convert NULL, FALSE, and TRUE to uppercase. |
| Add a space after control statements. |
| Remove space after a "do" statement. |
| Add a space before "while" after a "do". |
| Add a space after "while". |
| Add a break before "else" and "elseif". |
| Add a break between "switch cases". |
| Align multiple "switch cases". |
| Add a break before "switch breaks". |
| Add spaces around "return" and "continue". |
| Add a space after class member function properties. |
| Add a break before function and class declarations after "}". |
| Add a break before function and class declarations unless after modifier. |
| Add a space after modifiers. |
| Add a space after function and class declarations. |
| Add spaces around "extends" and "instanceof". |
| Add spaces around math operators. |
| Reformat multiline comments. |
| Reformat regular comments. |
| Add break to the start of a "heredoc". |
| Add break to the end of a "heredoc". |