Completed
Pull Request — master (#9)
by
unknown
02:12
created

Checkout Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php: {  }
tools:
  php_code_sniffer:
    config:
      standard: "PSR2"
  external_code_coverage: true

Repository Config

checks:
  php: true

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

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