Passed
Branch master (19f95a)
by Andreas
02:32
created

Checkout Config

filter:
    excluded_paths: [vendor/*, tests/*]
checks:
    php:
        code_rating: true
        duplication: true
tools:
    external_code_coverage:
        timeout: 630
    php_code_sniffer:
        config:
            standard: "PSR2"
build:
    nodes:
        analysis:
            tests:
                override:
                    - php-scrutinizer-run

Repository Config

# language: php