Completed
Push — master ( 894b43...2801a7 )
by Petrus
02:24
created

Checkout Config

imports:
    - php

filter:
    excluded_paths: [test/*]

tools:
    external_code_coverage: true

Repository Config

filter:
    excluded_paths:
        - 'vendor/*'
        - 'test/*'
        - '*.tpl.php'
checks:
    php: true
coding_style:
    php:
        spaces:
            within:
                brackets: true
build: true