Passed
Push — master ( 2a612a...93811e )
by Artem
03:55 queued 01:56
created

Checkout Config

build:
    environment:
        php: 7.4
    tests:
        override:
            - php-scrutinizer-run

filter:
    excluded_paths:
        - tests/
    dependency_paths:
        - vendor/

checks:
    php: true

tools:
    external_code_coverage: true

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        indentation:
            general:
                size: 1