filter: excluded_paths: [doc/*, examples/*, tests/*] checks: php: true javascript: true tools: php_code_sniffer: config: standard: "PSR2" # build: # tests: # override: # - # command: 'phpunit --coverage-clover=coverage.clover' # coverage: # file: 'coverage.clover' # format: 'clover'
checks: php: true filter: { } coding_style: php: indentation: general: use_tabs: true spaces: around_operators: concatenation: true