Passed
Pull Request — master (#481)
by Artem
05:43 queued 01:41
created

Checkout Config

filter:
  excluded_paths:
    - 'tests/*'

checks:
  php:
    use_self_instead_of_fqcn: true
    return_doc_comments: true
    phpunit_assertions: true
    parameter_doc_comments: true
    fix_use_statements:
      remove_unused: true
      preserve_multiple: false
      preserve_blanklines: false
      order_alphabetically: false
    line_length:
      max_length: '120'
    no_goto: true
    fix_line_ending: true

coding_style:
  php:
    indentation:
      general:
        size: 1

build:
  tests:
    override:
      - vendor/bin/phpunit

  nodes:
    php83:
      environment:
        php: 8.3.12

    php82:
      environment:
        php: 8.2.24

    php81:
      environment:
        php: 8.1.13

Repository Config

build:
  nodes:
    php83:
      tests:
        override:
            - vendor/bin/phpunit
            - php-scrutinizer-run