build:
nodes:
analysis:
tests:
override:
- php-scrutinizer-run
imports:
- php
tools:
external_code_coverage:
timeout: 1200 # Timeout in seconds.
filter:
excluded_paths:
- 'tests/*'
- 'bin/*'
checks:
php: true
coding_style:
php: { }