Passed
Push — php-update ( 3dd050...2a4d52 )
by Fabian
07:40 queued 05:13
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