Passed
Pull Request — master (#2)
by
unknown
15:51
created

Repository Config

checks:
  php:
    duplication: true

filter:
  excluded_paths:
    - vendor/*

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

Global Config

build:
  nodes:
    analysis:
      tests:
        override:
          - php-scrutinizer-run

checks:
  php:
    duplication: true

filter:
  excluded_paths:
    - vendor/*

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