Passed
Push — php7.3-8.0 ( 8e3ea6...d1844b )
by Armando
02:36
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