Checkout Config
filter:
excluded_paths:
- 'tests/*'
checks:
php:
return_doc_comments: true
uppercase_constants: true
coding_style:
php:
indentation:
general:
use_tabs: true
spaces:
around_operators:
concatenation: true
build:
tests:
override:
-
command: 'vendor/bin/phpunit --coverage-clover=clover-file'
coverage:
file: 'clover-file'
format: 'clover'
Repository Config
filter:
excluded_paths:
- 'tests/*'
checks:
php:
return_doc_comments: true
uppercase_constants: true
coding_style:
php:
indentation:
general:
use_tabs: true
spaces:
around_operators:
concatenation: true
build:
tests:
override:
-
command: 'vendor/bin/phpunit --coverage-clover=clover-file'
coverage:
file: 'clover-file'
format: 'clover'