Passed
Pull Request — master (#558)
by Paolo
02:58
created

Checkout Config

checks:
  php: true
filter:
  paths:
    - 'src/*'
  dependency_paths:
    - 'vendor/*'

# new PHP Analysis
build:
  nodes:
    analysis:
      tests:
        override:
          - php-scrutinizer-run

Repository Config

# language: js
build:
  environment:
    node: v12
    php:
      version: '7.2'