Repository Config
checks:
php:
code_rating: true
duplication: true
use_self_instead_of_fqcn: true
simplify_boolean_return: true
return_doc_comments: true
return_doc_comment_if_not_inferrable: true
remove_extra_empty_lines: true
prefer_while_loop_over_for_loop: true
parameters_in_camelcaps: true
parameter_doc_comments: true
no_short_variable_names:
minimum: '3'
no_goto: true
newline_at_end_of_file: true
avoid_fixme_comments: true
avoid_perl_style_comments: true
avoid_todo_comments: true
optional_parameters_at_the_end: true
param_doc_comment_if_not_inferrable: true
tools:
php_sim: true
php_pdepend: true
php_analyzer: true
external_code_coverage: true
filter:
excluded_paths:
- 'tests/*'
- 'bin/*'