Completed
Push — master ( 707d5e...3abfec )
by Mikael
03:01
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