Completed
Push — master ( 42eb09...c88373 )
by Dmitry
66:00 queued 59:56
created

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
        - '*/dist/*'
checks:
    php: true
    javascript: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
            other:
                after_type_cast: false

Global Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php:
        uppercase_constants: true
        switch_fallthrough_commented: true
        psr2_class_declaration: true
        duplication: false

coding_style:
    php:
        spaces:
            other:
                after_type_cast: false