Passed
Push — main ( 67a774...659945 )
by Peter
09:28 queued 22s
created

Checkout Config

filter:
  excluded_paths:
    - 'vendor/*'

build:
  environment:
    php:
      version: 7.4

Repository Config

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