Completed
Pull Request — master (#4)
by
unknown
02:12
created

Checkout Config

filter:
    excluded_paths:
        - 'bin/*'
        - 'test/*'
        - '*.min.js'
        - 'docs/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
build: true

Repository Config

filter:
    excluded_paths:
        - 'bin/*'
        - 'test/*'
        - '*.min.js'
checks:
    php: true
    javascript: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
build: true