Completed
Pull Request — master (#15)
by Kevin
01:46
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: {  }