imports:
    - php
 
filter:
    excluded_paths: [test/*]
 
tools:
    external_code_coverage: true
                    checks:
    php: true
filter: {  }
coding_style:
    php:
        indentation:
            general:
                use_tabs: true
        spaces:
            around_operators:
                concatenation: true
build: true