Completed
Pull Request — master (#41)
by Sam
03:33
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