checks: php: true filter: { } coding_style: php: spaces: around_operators: concatenation: true build: tests: override: - command: 'vendor/bin/phpunit --coverage-clover=clover-coverage' coverage: file: 'clover-coverage' format: 'clover' nodes: tests: true analysis: tests: override: - command: phpcs-run use_website_config: true - php-scrutinizer-run