Passed
Push — main ( 78ea3a...a2b436 )
by ikechukwu
15:04
created

Checkout Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            image: default-bionic
            environment:
                php: 8.1.2
            tests:
                override:
                    - php-scrutinizer-run
checks:
    php: true
coding_style:
    php:
        spaces:
            within:
                brackets: true
filter: {  }

Repository Config

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