Passed
Pull Request — master (#8)
by Robbie
04:00
created

Checkout Config

inherit: true

build:
  dependencies:
    override:
      - composer install --prefer-dist
  nodes:
    analysis:
      tests:
        override: [php-scrutinizer-run]

checks:
  php:
    code_rating: true
    duplication: true

filter:
  paths: [src/*, tests/*]

Repository Config

# language: php