Passed
Branch master (7c3f6c)
by Javi
02:38
created

Checkout Config

checks:
  php:
    code_rating: true
    duplication: true

Repository Config

filter:
    excluded_paths:
        - 'resources/*'
checks:
    php:
        code_rating: true
        duplication: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
build: true