Passed
Push — 7.x ( 48887b...bea7e1 )
by Adrien
07:39
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: {  }