checks: php: true coding_style: php: spaces: other: after_type_cast: false tools: php_code_sniffer: filter: excluded-paths: [ spec/*, tests/*, vendor/* ] config: standard: PSR2 php_analyzer: filter: excluded-paths: [ spec/*, tests/*, vendor/* ] php_sim: filter: excluded-paths: [ spec/*, tests/*, vendor/* ] build: tests: override: - command: 'vendor/bin/phpspec run --format=pretty' coverage: file: 'build/coverage.xml' format: 'php-clover' filter: excluded_paths: - spec/* - vendor/* - tests/*