Completed
Push — master ( 03325d...97e6ab )
by Gaetano
12:30 queued 02:31
created

Repository Config

filter:
    excluded_paths:
        - 'vendor/*'
        - 'Tests/*' 
checks:
    php:
        code_rating: true
        duplication: true

tools:
    external_code_coverage: true

coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
            other:
                after_type_cast: false