Completed
Push — master ( db4dd4...10c3f7 )
by Fabian
07:13
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