Passed
Pull Request — master (#320)
by Sergei
26:53 queued 11:45
created

Checkout Config

checks:
    php: true

filter:
    paths:
        - "src/*"

tools:
    external_code_coverage:
        timeout: 660

build:
    nodes:
        analysis:
            environment:
                php: 8.0.18

                variables:
                    COMPOSER_ROOT_VERSION: 'dev-master'

            tests:
                override:
                    - php-scrutinizer-run

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                bitwise: false
                concatenation: true