Passed
Push — main ( 0f0247...0e694c )
by Hooman
01:42
created

Checkout Config

build:
  environment:
    php: 8.2
  nodes:
    analysis:
      tests:
        override:
          - command: |
              composer config audit.block-insecure false
              composer install --prefer-dist --no-interaction --no-progress
              vendor/bin/phpunit

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
        tests: true
filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                bitwise: false