Completed
Push — wip-platform ( 9d73fe...058edf )
by
unknown
08:10
created

Checkout Config

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

Repository Config

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