Completed
Push — master ( e4cf99...e1485f )
by Kevin
02:00
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: {  }