Passed
Push — master ( 01151b...3d8b44 )
by Kevin
04:44
created

Checkout Config

filter:
  dependency_paths: [vendor/]
checks:
  php: true
tools:
  external_code_coverage:
    timeout: 900
build:
  nodes:
    analysis:
      tests:
        override:
          - php-scrutinizer-run

Repository Config

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