Completed
Push — master ( 07e59f...4b7ebd )
by Valentin
02:45
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