tools:
external_code_coverage: true
filter:
paths:
- "src/*"
excluded_paths:
- "src/EventSourcing/CodeGeneration/Fixtures/*"
- "src/EventSourcing/Integration/*"
- "src/*Test.php"
checks:
php:
duplication: false
checks:
php: true
filter: { }
coding_style:
php:
spaces:
around_operators:
concatenation: true
negation: true