Completed
Push — master ( f5e14c...77deff )
by Carlos C
09:47
created

Checkout Config

filter:
    excluded_paths:
        - 'tests/*'
        - 'vendor/*'
        - 'tools/*'

checks:
    php:
        code_rating: true
        duplication: true

tools:
    php_code_sniffer:
        config:
            standard: "PSR2"
    external_code_coverage: true

Repository Config

# language: php