Completed
Push — master ( 70de51...2e40e6 )
by Peter
12:53 queued 07:46
created

Global Config

filter:
    paths: [src/*]

tools:
    php_code_sniffer:
        filter:
            paths: [src/*, test/*]
        config:
            standard: PSR2
    php_hhvm: true
    php_analyzer: true
    php_cpd: true
    php_pdepend:
        filter: 
            paths: [src/*]
    php_loc: true
    sensiolabs_security_checker: true