Passed
Branch main (23c21d)
by dev
13:33
created

Checkout Config

filter:
  excluded_paths: [tests/*]

build:
  nodes:
    analysis:
      image: default-bionic
      environment:
        php:
          version: 8.1
          ini:
            "xdebug.mode": coverage,
            memory_limit: "-1"
      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

# language: php