checks:
  php: true
build:
  nodes:
    analysis:
      tests:
        override: [php-scrutinizer-run]
filter:
  paths: ["src/*", "tests/*"]
                    filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        indentation:
            general:
                use_tabs: true