filter: paths: - src/* checks: php: true coding_style: php: indentation: general: use_tabs: false switch: indent_case: false spaces: around_operators: concatenation: true other: after_type_cast: false build: environment: php: version: 7.1 nodes: analysis: tests: override: - php-scrutinizer-run coverage: tests: override: - command: 'vendor/bin/phpunit --coverage-clover=clover-report' coverage: file: 'clover-report' format: 'clover'