Passed
Push — main ( 12c899...37ada3 )
by Michael
01:45
created

Repository Config

build:
    environment:
        php: 8.0.10
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
                        coverage:
                            file: tests/coverage.xml   
                            format: clover
filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                bitwise: false
                concatenation: true