Passed
Push — master ( 69f414...6e7a89 )
by Yaroslav
04:44
created

Checkout Config

filter:
  excluded_paths: [tests/*]

build:
  nodes:
    tests-with-coverage:
      environment:
        php:
          version: 8.0
          ini:
            "xdebug.mode": coverage
      tests:
        override:
          - command: vendor/bin/phpunit --coverage-clover=coverage-file
            coverage:
              file: coverage-file
              format: php-clover
          - php-scrutinizer-run

checks:
  php:
    fix_doc_comments: true

Repository Config

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