build:
  nodes:
    analysis:
      tests:
        override:
        - php-scrutinizer-run
  image: default-bionic
  environment:
    php:
      version: "8.1"
filter:
  excluded_paths:
  - 'tests/*'
                    checks:
    php: true
filter: {  }
coding_style:
    php:
        indentation:
            general:
                use_tabs: true