Passed
Branch main (741c69)
by Justin
05:14 queued 58s
created

Repository Config

build:
    image: default-bionic
    environment:
        php: 
            version: 8.1.2
            ini:
              xdebug.mode: coverage
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
        coverage:
            tests:
                override:
                  - command: vendor/bin/testbench package:test
                    coverage:
                        file: 'build/logs/clover.xml'
                        format: 'clover'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                bitwise: false
filter: {  }