build:
nodes:
analysis:
tests:
override:
- php-scrutinizer-run
filter:
excluded_paths:
- 'tests/*'
- 'examples/*'
checks:
php:
code_rating: true
duplication: true
coding_style:
php:
indentation:
general:
use_tabs: true
spaces:
before_parentheses:
closure_definition: true
tools:
external_code_coverage:
timeout: 300