Completed
Pull Request — develop-5.1 (#99)
by
unknown
27:33 queued 12:35
created

Checkout Config

filter:
    paths:
        - app/
    excluded_paths:
        - tests/*
        - spec/*
tools:
    external_code_coverage:
        timeout: 600
    php_code_sniffer:
        config:
            standard: "PSR2"
    php_cs_fixer:
        config: { level: psr2 }
checks:
    php:
        code_rating: true
        duplication: true