filter: excluded_paths: - 'tests/*' - 'docs/*' - '*.min.js' tools: external_code_coverage: true checks: php: uppercase_constants: true simplify_boolean_return: true return_doc_comments: true remove_extra_empty_lines: true properties_in_camelcaps: true parameters_in_camelcaps: true parameter_doc_comments: true optional_parameters_at_the_end: true no_goto: true fix_use_statements: remove_unused: true preserve_multiple: false preserve_blanklines: false order_alphabetically: false encourage_single_quotes: true classes_in_camel_caps: true check_method_contracts: verify_interface_like_constraints: true verify_documented_constraints: true verify_parent_constraints: true javascript: eqeqeq: true no_else_return: true coding_style: php: spaces: around_operators: concatenation: true