Repository Config
filter:
excluded_paths:
- 'spec/*'
- 'demo/*'
checks:
php:
use_self_instead_of_fqcn: true
uppercase_constants: true
return_doc_comments: true
check_method_contracts:
verify_interface_like_constraints: true
verify_documented_constraints: true
verify_parent_constraints: true
simplify_boolean_return: true
return_doc_comment_if_not_inferrable: true
parameter_doc_comments: true
no_goto: true
parameters_in_camelcaps: true
coding_style:
php:
spaces:
around_operators:
concatenation: true
within:
brackets: true