Passed
Push — master ( 864c2f...06777e )
by Enjoys
14:16 queued 12:16
created

Repository Config

build:
    environment:
            php:
                version: 7.4.14
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    - vendor/bin/phpcs - run
filter:
    excluded_paths:
        - 'tests/*'
        - 'example/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
tools:
    external_code_coverage: true