Passed
Pull Request — master (#58)
by
unknown
01:49
created

Checkout Config

inherit: true

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

checks:
  php:
    code_rating: true
    duplication: true

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

Repository Config

checks:
    php: true
filter: {  }
coding_style:
    php:
        indentation:
            general:
                use_tabs: true