Completed
Push — 3.2 ( 7b06ed...40a0aa )
by David
09:20
created

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        indentation:
            general:
                use_tabs: true
        spaces:
            around_operators:
                relational: false
                additive: false
                multiplicative: false
                concatenation: false