Test Setup Failed
Push — master ( 81440b...9aa343 )
by Adrien
23:22 queued 15:29
created

Checkout Config

build:
  nodes:
    tests:
      environment:
        php:
          version: 7.4
          pecl_extensions:
            - spl_Types
          ini:
            'date.timezone': 'Europe/Paris'

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
        tests: true
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
            other:
                after_type_cast: false
filter: {  }