Completed
Push — master ( 976f6b...11328c )
by Martijn
02:47
created

Checkout Config

filter:
    excluded_paths:
        - tests/*
        - example/*
checks:
    php: true

Repository Config

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