Repository Config
checks:
php:
uppercase_constants: true
simplify_boolean_return: true
return_doc_comments: true
properties_in_camelcaps: true
parameters_in_camelcaps: true
parameter_doc_comments: true
overriding_parameter: true
no_short_variable_names:
minimum: '3'
no_short_method_names:
minimum: '3'
no_new_line_at_end_of_file: true
no_goto: true
line_length:
max_length: '120'
function_in_camel_caps: true
fix_use_statements:
remove_unused: true
preserve_multiple: false
preserve_blanklines: false
order_alphabetically: false
avoid_perl_style_comments: true
filter: { }
coding_style:
php:
spaces:
around_operators:
concatenation: true