imports:
    - php
filter:
    excluded_paths: [test/*]
tools:
    external_code_coverage: true
                    filter:
    excluded_paths:
        - 'vendor/*'
        - 'test/*'
        - '*.tpl.php'
checks:
    php: true
coding_style:
    php:
        spaces:
            within:
                brackets: true
build: true