Passed
Push — master ( c8a212...aea3fc )
by Derek Stephen
01:51
created

Checkout Config

tools:
  external_code_coverage: true
build:
  nodes:
    analysis:
      tests:
        override:
          - php-scrutinizer-run
filter:
  paths:
    - src/*

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true