Passed
Push — main ( 42e76b...87a4b7 )
by ANDREY
02:15
created

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - command: composer run-script test
                      coverage:
                        file: clover.xml
                        format: clover
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
        tests: true
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
filter: {  }