Passed
Push — develop ( 8f3fc4...4dd9b7 )
by Fabian
03:18
created

Checkout Config

imports:
  - php

build:
  environment:
    php: 8.0.0
  nodes:
    analysis:
      project_setup:
        override:
          - "true"
      tests:
        override:
          - php-scrutinizer-run
          - command: phpcs-run

filter:
  excluded_paths:
    - "tests/*"
    - "bin/*"

checks:
  php: true

coding_style:
  php:
    spaces:
      around_operators:
        concatenation: true

tools:
  php_cs_fixer: false
  external_code_coverage:
    timeout: 300

Repository Config

# language: php