Completed
Push — master ( eb0f3c...4291f4 )
by Alexander
04:17
created

Repository Config

filter:
    excluded_paths:
        - 'vendor/*'
        - 'tests/*'
        - 'data/*'
        - 'app/modules/Image/PHPThumb/*'
        - 'public/vendor/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            before_parentheses:
                closure_definition: true
            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
        upper_lower_casing:
            keywords:
                general: lower
            constants:
                true_false_null: lower

Global Config

filter:
    excluded_paths:
        - 'vendor/*'
        - 'tests/*'
        - 'app/cache/*'
        - 'app/modules/Image/PHPThumb/*'
        - 'web/vendor/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            before_parentheses:
                closure_definition: true
            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
        upper_lower_casing:
            keywords:
                general: lower
            constants:
                true_false_null: lower