Completed
Push — master ( 77108b...c74fde )
by Nicolas
03:03
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: {  }