Passed
Push — master ( dd1f33...b89182 )
by Guillaume
09:47
created

Global Config

build:
    nodes:
        analysis:
            project_setup:
                override: true
            tests:
                override: [php-scrutinizer-run]

filter:
    excluded_paths:
        - 'tests/'
checks:
    php:
        uppercase_constants: true
        return_doc_comments: true
        remove_extra_empty_lines: true
        properties_in_camelcaps: true
        parameters_in_camelcaps: true
        overriding_parameter: true
        no_new_line_at_end_of_file: false
        newline_at_end_of_file: true
        simplify_boolean_return: true

coding_style:
    php:
        spaces:
            around_operators:
                bitwise: false
                concatenation: true
        braces:
            classes_functions:
                class: new-line
        upper_lower_casing:
            keywords:
                general: lower
            constants:
                true_false_null: lower