Completed
Push — master ( 3441c2...6f6772 )
by Anton
07:31 queued 05:53
created

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