Completed
Push — master ( 4a5166...6912d9 )
by Matthew
03:30 queued 13s
created

Checkout Config

filter:
  excluded_paths:
    - var/*

Repository Config

filter:
    excluded_paths:
        - 'app/*'
        - 'tests/*'
        - 'bin/*'
        - '*.min.js'
checks:
    php: true
    javascript: true
coding_style:
    php:
        spaces:
            around_operators:
                additive: false
            other:
                after_type_cast: false