Completed
Push — dev ( 3fa470...4f8cd0 )
by Stefan
04:24
created

Checkout Config

filter:

    paths:
        - 'csphere/*'

tools:

    php_analyzer: true

    php_code_sniffer:
        config:
            encoding: utf8
            standard: PEAR

    php_cpd: true

    php_loc: true

    php_mess_detector:
        config:
            rulesets:
                - codesize
                - design
                - naming
                - unusedcode

    php_pdepend: true