Passed
Push — 7.x ( 1e3f37...c475d0 )
by Adrien
06:13 queued 35s
created

Checkout Config

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

filter:
  excluded_paths: [Tests/*]

tools:
  external_code_coverage: true

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: {  }