filter: excluded_paths: - 'build/*' - 'tests/*' coding_style: php: spaces: around_operators: concatenation: true upper_lower_casing: keywords: general: lower constants: true_false_null: lower checks: php: require_php_tag_first: true no_short_open_tag: true no_error_suppression: true no_debug_code: true avoid_aliased_php_functions: true argument_type_checks: true return_doc_comments: true check_method_contracts: verify_interface_like_constraints: true verify_documented_constraints: true verify_parent_constraints: true symfony_request_injection: false