Passed
Push — master ( fa8b55...986d5c )
by smiley
01:43
created

Checkout Config

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

filter:
  excluded_paths:
    - config/*
    - examples/*
    - tests/*
    - vendor/*
    - .github/*
    - .phan/*

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        indentation:
            general:
                use_tabs: true
build: true