Completed
Pull Request — master (#2)
by Valentin
09:10
created

Checkout Config

build:
  environment:
    php: "7.0.8"

  tests:
      before:
          - "phpunit"

before_commands:
    - "composer install --no-interaction --prefer-source"

Repository Config

checks:
    php: true
filter: {  }
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true