Passed
Push — master ( 5e9e3d...710625 )
by Maciej
04:36 queued 11s
created

Checkout Config

build:
    nodes:
        analysis:
            environment:
                php: 7.2
        php70:
            environment:
                php: 7.0
        php71:
            environment:
                php: 7.1
        php72:
            environment:
                php: 7.2
        php73:
            environment:
                php: 7.3
        php74:
            environment:
                php: 7.4
        php80:
            environment:
                php: 8.0
    environment:
        variables:
            XDEBUG_MODE: coverage
    tests:
        override:
            -
                command: vendor/bin/phpunit --coverage-clover=build/logs/clover
                coverage:
                    file: build/logs/clover
                    format: php-clover

Repository Config

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