Passed
Push — 5.x ( d2a469...b7308e )
by Enjoys
09:43
created

Checkout Config

build:
  environment:
    php:
      version: 8.0
  nodes:
    analysis:
      project_setup:
        override:
          - 'true'
      tests:
        override:
          - php-scrutinizer-run
filter:
  excluded_paths:
    - 'tests/*'
    - 'example/*'
checks:
  php: true
coding_style:
  php:
    spaces:
      around_operators:
        concatenation: true
tools:
  external_code_coverage: true