Completed
Branch dev (09647c)
by Raffael
11:14
created

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
        - '*.min.js'
        - '*/vendor/*'
        - 'dist/*'
checks:
    php: true
    javascript: true
coding_style:
    php:
        spaces:
            around_operators:
                bitwise: false
            other:
                after_type_cast: false