Completed
Push — master ( 5d7b0f...8d92ea )
by Thierry
03:20
created

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        indentation:
            switch:
                indent_case: false
        spaces:
            around_operators:
                concatenation: true
            other:
                after_type_cast: false