checks:
php: true
filter: { }
coding_style:
php:
indentation:
general:
use_tabs: true
spaces:
around_operators:
concatenation: false
build:
tests:
override:
-
command: 'phpunit --coverage-clover=build/logs/clover.xml'
coverage:
file: 'build/logs/clover.xml'
format: 'php-clover'
checks:
php: true
filter: { }
coding_style:
php:
indentation:
general:
use_tabs: true
spaces:
around_operators:
concatenation: false