Completed
Pull Request — 3.0 (#112)
by
unknown
04:28
created

Repository Config

tools:
    external_code_coverage: true
    php_sim: true
    php_pdepend: true
    php_analyzer: true
filter:
    excluded_paths:
        - 'tests/*'

Global Config

tools:
    php_sim: true
    php_pdepend: true
    php_analyzer: true
    php_code_sniffer: true
    sensiolabs_security_checker: true
    php_loc:
        excluded_dirs:
            - vendor
filter:
    excluded_paths:
        - 'tests/*'
        - 'vendor/*'