Passed
Push — master ( 9ca615...b6ea35 )
by Armando
09:45
created

Checkout Config

build:
  environment:
    php: 7.3.0
  nodes:
    analysis:
      tests:
        override:
          - php-scrutinizer-run

filter:
  paths:
    - src/
    - utils/

tools:
  external_code_coverage:
    timeout: 300

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true