Passed
Push — master ( 1f78dc...89a587 )
by Patrick
03:55 queued 14s
created

Checkout Config

build:
  nodes:
    coverage:
      tests:
        override:
          - command: 'XDEBUG_MODE=coverage ./vendor/bin/phpunit --coverage-clover=coverage.xml'
            coverage:
              file: coverage.xml

              # These formats are supported:
              # clover, cobertura, jacoco, python-cc, ruby-cc, go-cc, lcov
              format: 'clover'

Repository Config

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