filter: excluded_paths: - 'spec/*' checks: php: use_self_instead_of_fqcn: true uppercase_constants: true simplify_boolean_return: true return_doc_comments: true return_doc_comment_if_not_inferrable: true properties_in_camelcaps: true parameters_in_camelcaps: true parameter_doc_comments: true param_doc_comment_if_not_inferrable: true optional_parameters_at_the_end: true no_short_method_names: minimum: '2' newline_at_end_of_file: true more_specific_types_in_doc_comments: true function_in_camel_caps: true fix_use_statements: remove_unused: true preserve_multiple: true preserve_blanklines: false order_alphabetically: true fix_line_ending: true encourage_single_quotes: true encourage_postdec_operator: true classes_in_camel_caps: true avoid_multiple_statements_on_same_line: true avoid_fixme_comments: true coding_style: php: spaces: around_operators: concatenation: true braces: classes_functions: class: new-line function: new-line closure: end-of-line if: opening: end-of-line for: opening: end-of-line while: opening: end-of-line do_while: opening: end-of-line switch: opening: end-of-line try: opening: end-of-line upper_lower_casing: keywords: general: lower constants: true_false_null: lower
filter: excluded_paths: - 'spec/*' checks: php: code_rating: true duplication: true use_self_instead_of_fqcn: true uppercase_constants: true simplify_boolean_return: true return_doc_comments: true return_doc_comment_if_not_inferrable: true properties_in_camelcaps: true parameters_in_camelcaps: true parameter_doc_comments: true param_doc_comment_if_not_inferrable: true optional_parameters_at_the_end: true no_short_method_names: minimum: '2' newline_at_end_of_file: true more_specific_types_in_doc_comments: true function_in_camel_caps: true fix_use_statements: remove_unused: true preserve_multiple: true preserve_blanklines: false order_alphabetically: true fix_line_ending: true encourage_single_quotes: true encourage_postdec_operator: true classes_in_camel_caps: true avoid_multiple_statements_on_same_line: true avoid_fixme_comments: true coding_style: php: spaces: around_operators: concatenation: true braces: classes_functions: class: new-line function: new-line closure: end-of-line if: opening: end-of-line for: opening: end-of-line while: opening: end-of-line do_while: opening: end-of-line switch: opening: end-of-line try: opening: end-of-line upper_lower_casing: keywords: general: lower constants: true_false_null: lower