Passed
Push — master ( 5e8129...bc1c32 )
by Vince
04:39 queued 02:56
created

Checkout Config

build:
  environment:
    php:
      version: 7.2
      
checks:
  php:
    code_rating: true
    duplication: true

filter:
  excluded_paths:
    - config/*
    - example/*
    - tests/*
  paths:
    - src/

Repository Config

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