Passed
Branch master (0670a3)
by X
04:27 queued 02:00
created

Checkout Config

checks:
  php: true
filter:
  excluded_paths:
    - test/*
build:
  environment:
    php:
      version: 5.6
  tests:
    override:
      -
        command: composer test
        coverage:
          file: report/coverage/clover.xml
          format: php-clover

Repository Config

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