Completed
Push — master ( c553e5...387f32 )
by Mikael
13s queued 11s
created

Repository Config

filter:
    excluded_paths:
        - 'bin/*'
        - 'tests/*'
checks:
    php:
        security_vulnerabilities: false
        deadlock_detection_in_loops: true
        
coding_style:
    php:
        indentation:
            switch:
                indent_case: false
        spaces:
            around_operators:
                concatenation: false