Completed
Push — 2.0.0-dev ( 353db2...ef9e1f )
by Arnaud
02:12
created

Checkout Config

filter:
    excluded_paths:
        - 'vendor/*'
        - 'tests/*'

tools:
    php_cs_fixer: true
    php_analyzer: true
    php_mess_detector: true
    php_changetracking: true
    php_code_sniffer: true
    php_pdepend: true
    sensiolabs_security_checker: true
    php_code_coverage: false

Repository Config

checks:
    php: true
filter: {  }
coding_style:
    php: {  }