Completed
Push — master ( 9c9bdc...7f109c )
by
unknown
02:56
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