Completed
Push — ci ( aa06c0...4338c7 )
by Fabian
04:05
created

Checkout Config

imports:
    - php

filter:
    paths:
        - src/*

checks:
    php: true

tools:
    php_code_sniffer:
        config:
            standard: PSR2
    php_sim: true
    php_cpd: false
    php_loc: true
    php_hhvm: true
    php_mess_detector: true
    php_pdepend: true
    php_analyzer: false
    sensiolabs_security_checker: true
    php_changetracking: true
    external_code_coverage:
        runs: 1
        timeout: 1200