Completed
Pull Request — master (#13)
by
unknown
02:06
created

Checkout Config

filter:
    excluded_paths:
        - 'tests/*'
        - 'bin/*'
        - 'build/*'
        - 'examples/*'
    paths: {  }
tools:
    php_sim: true
    php_pdepend: true
    php_changetracking: true
    php_analyzer: true
    php_mess_detector:
        config:
            ruleset: ./build/phpmd.xml
    php_code_sniffer:
        config:
            ruleset: ./build/phpcs.xml