checks: php: true filter: { } coding_style: php: indentation: general: size: 1 spaces: around_operators: concatenation: true other: after_type_cast: false build: tests: override: - command: 'vendor/bin/phpunit --coverage-clover=some-file' coverage: file: 'some-file' format: 'clover'