Passed
Pull Request — master (#387)
by Fabien
03:34 queued 01:16
created

Checkout Config

build:
  environment:
    # For some reasons Composer version depends on PHP version
    # so we need a version of PHP high enough to get Composer2.
    php: 7.4.27
  nodes:
    analysis:
      tests:
        override:
          - php-scrutinizer-run

build_failure_conditions:
  # No new major or critical issue is introduced (existing ones are tolerated)
  - 'issues.severity(>= MAJOR).new.exists'

checks: 
  php: true

coding_style: 
  php: 
    spaces: 
      around_operators: 
        concatenation: true
      before_parentheses:
        closure_definition: true


filter:
  paths:
    - src/

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php: {  }