Completed
Push — master ( fe4b2b...7b337d )
by Kevin
08:44
created

Checkout Config

filter:
    excluded_paths:
        - 'bin/*'
        - 'test/*'

checks:
    php: true

tools:
    php_code_sniffer:
        config:
            standard: "PSR2"

Repository Config

filter:
    excluded_paths:
        - 'bin/*'
        - 'test/*'

checks:
    php: true

tools:
    php_code_sniffer:
        config:
            standard: "PSR2"

coding_style:
    php: {  }