Completed
Push — master ( d47983...d9cc9d )
by Markus
03:49
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:
        indentation:
            general:
                size: 2
        spaces:
            around_operators:
                concatenation: true
build: true