Passed
Pull Request — master (#71)
by Witold
01:03
created

Checkout Config

build:
  environment:
    php:
      version: 7.4.0
  tests:
    override:
      -
        command: 'vendor/bin/phpunit --coverage-clover=coverage.xml'
        coverage:
          file: 'coverage.xml'
          format: 'php-clover'

Repository Config

filter:
    excluded_paths:
        - 'test/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
build: true