Completed
Push — master ( ebff66...d47983 )
by Markus
06:38 queued 02:43
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