tools: php_cs_fixer: config: level: psr2 php_code_sniffer: config: standard: "PSR2" build: tests: override: - command: 'phpunit --coverage-clover=phpunit-coverage.xml' coverage: file: 'phpunit-coverage.xml' format: 'php-clover'
filter: excluded_paths: - 'tests/*' checks: php: true coding_style: php: spaces: around_operators: concatenation: false