Completed
Push — master ( 7fbd5b...e7f7b5 )
by Gaetano
06:37
created

Repository Config

filter:
    excluded_paths:
        - 'features/*'
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