Completed
Push — master ( 535423...104ab9 )
by Gunnar
03:09
created

Checkout Config

imports:
    - php

filter:
    excluded_paths: [test/*]

tools:
    external_code_coverage: true

Repository Config

filter:
    excluded_paths:
        - 'test/*'
checks:
    php: true
coding_style:
    php:
        indentation:
            general:
                use_tabs: true
        spaces:
            around_operators:
                concatenation: true
            within:
                brackets: true
build: true