Passed
Pull Request — master (#6)
by
unknown
10:17
created

Checkout Config

filter:
  paths: [lib/*]
  excluded_paths: [vendor/*, examples/*, tests/*]
checks:
  php: true
tools:
  php_code_sniffer:
    config:
      standard: "PSR2"
  external_code_coverage: true
build:
  nodes:
    analysis:
      tests:
        override:
          - php-scrutinizer-run