filter: paths: - 'src/*' excluded_paths: - 'vendor/*' - 'tests/*' tools: php_cs_fixer: config: { level: psr2 } checks: php: code_rating: true duplication: true
filter: excluded_paths: - 'tests/*' checks: php: true coding_style: php: spaces: general: linefeed_character: return-newline