filter: excluded_paths: - Tests/* checks: php: # create_function is the only way to implement string lambdas, and they are optional. no_eval: false # Duplication is critical for performance, callbacks slow down execution considerably. duplication: false
checks: php: duplication: false no_eval: false use_self_instead_of_fqcn: true uppercase_constants: true parameters_in_camelcaps: true properties_in_camelcaps: true optional_parameters_at_the_end: true filter: { } coding_style: php: spaces: general: linefeed_character: newline braces: classes_functions: class: undefined function: undefined closure: undefined if: opening: undefined for: opening: undefined while: opening: undefined do_while: opening: undefined switch: opening: undefined try: opening: undefined upper_lower_casing: keywords: general: undefined constants: true_false_null: undefined