Passed
Pull Request — master (#5)
by Timothy
05:56
created

Checkout Config

build:
  tests:
    override:
      -
        command: 'vendor/bin/phpunit --coverage-clover=build/coverage/clover.xml'
        coverage:
          file: 'build/coverage/clover.xml'
          format: 'php-clover'
filter:
    excluded_paths:
        - protobuf/*

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
            environment:
                node:
                    version: 6.0.0
        tests: true
filter:
    excluded_paths:
        - 'bin/*'
        - 'test/*'
checks:
    php: true
coding_style:
    php:
        indentation:
            general:
                size: 1
        spaces:
            around_operators:
                concatenation: true