build: environment: php: version: 5.6 filter: excluded_paths: [test/*] checks: php: code_rating: true duplication: true tools: external_code_coverage: true
checks: php: true filter: { } coding_style: php: indentation: general: size: 2 spaces: general: linefeed_character: return-newline around_operators: concatenation: true build: true