Completed
Push — master ( 9ce45d...77108b )
by Nicolas
02:01
created

Checkout Config

tools:
    php_cs_fixer: true
    php_code_sniffer:
        config:
            standard: PSR2
    php_mess_detector: true
    php_cpd: true
    php_analyzer:
        filter:
            excluded_paths: ["tests/*"]
    sensiolabs_security_checker: true
    php_pdepend: true
    external_code_coverage:
        timeout: 1200

Repository Config

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