Completed
Push — master ( 3abfec...c553e5 )
by Mikael
02:58
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