Completed
Push — master ( 86a051...046e85 )
by Artem
01:24
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