Completed
Push — 3.0 ( 14278b...ec306e )
by Daniel
09:59 queued 03:31
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/*'