Completed
Push — master ( c69316...31e3cc )
by Tomáš
04:56
created

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
        - 'examples/*'

checks:
    php:
        code_rating: true
        duplication: true

coding_style:
    php:
        indentation:
            general:
                use_tabs: true
        spaces:
            before_parentheses:
                closure_definition: true

tools:
    external_code_coverage:
        timeout: 300