Completed
Push — master ( 522b4d...6246e1 )
by Martijn
09:11
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