Passed
Push — master ( a5cc5f...186dbc )
by Mark
02:06 queued 50s
created

Checkout Config

filter:
  dependency_paths:
    - vendor/

build:
  environment:
    php:
      version: 8.0

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
checks:
    php: true

coding_style:
    php:
        indentation:
            general:
                size: 2
        spaces:
            around_operators:
                bitwise: false
                additive: false
            other:
                after_type_cast: false
filter: {  }