Completed
Pull Request — master (#6)
by
unknown
15:48 queued 07:51
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: {  }