Completed
Push — 3.0 ( f23b72...fb09f5 )
by Daniel
04:42
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/*'