Repository Config
filter:
excluded_paths:
- 'tests/*'
checks:
php:
classes_in_camel_caps: true
avoid_fixme_comments: true
avoid_multiple_statements_on_same_line: true
avoid_perl_style_comments: true
avoid_todo_comments: true
encourage_postdec_operator: true
encourage_single_quotes: true
fix_line_ending: true
fix_use_statements:
remove_unused: false
preserve_multiple: true
preserve_blanklines: false
order_alphabetically: false
parameters_in_camelcaps: true
properties_in_camelcaps: true
uppercase_constants: true
use_self_instead_of_fqcn: true
python:
variables_undefined_variable: true
coding_style:
php:
spaces:
other:
after_type_cast: false
braces:
classes_functions:
class: new-line
function: new-line
if:
opening: end-of-line
for:
opening: end-of-line
while:
opening: end-of-line
do_while:
opening: end-of-line
switch:
opening: end-of-line
try:
opening: end-of-line
upper_lower_casing:
keywords:
general: lower
constants:
true_false_null: lower