Test Setup Failed
Pull Request — master (#40)
by Simon
02:15
created

Checkout Config

inherit: true
checks:
  php: true

build:
  nodes:
    analysis:
      cache:
        directories:
          - vendor/
filter:
  paths: ["src/*"]

Repository Config

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