Passed
Push — master ( 9b5a70...c1cb1a )
by Christophe
09:50 queued 07:13
created

Checkout Config

filter:
  excluded_paths:
    - Tests/*

build:
  environment:
    php: '7.4'

  nodes:
    analysis:
      tests:
        override:
          - php-scrutinizer-run

    tests-and-coverage:
      tests:
        override:
          - command: 'vendor/bin/phpunit --coverage-clover=coverage-file'
            coverage:
              file: 'coverage-file'
              format: 'clover'

Repository Config

checks:
    php: true
filter: {  }
coding_style:
    php:
        indentation:
            general:
                size: 1
        spaces:
            around_operators:
                additive: false
            other:
                after_type_cast: false