filter:
paths: [src/*]
checks:
php:
code_rating: true
duplication: true
tools:
external_code_coverage:
timeout: 1200
filter:
excluded_paths:
- 'vendor/*'
- 'tests/*'
- 'bin/*'
checks:
php: true
javascript: true
coding_style:
php:
spaces:
around_operators:
bitwise: false