Completed
Push — master ( 563a09...0ef30a )
by Kevin
03:38 queued 15s
created

Checkout Config

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

tools:
    php_code_sniffer:
        config:
            standard: "PSR2"

Repository Config

filter:
    excluded_paths:
        - 'bin/*'
        - 'test/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true