filter: excluded_paths: [test/*] tools: external_code_coverage: timeout: 1200 runs: 2 php_analyzer: true php_code_coverage: false php_code_sniffer: config: standard: PSR2 filter: paths: ['src'] php_cpd: enabled: true excluded_dirs: [vendor, test] php_loc: enabled: true excluded_dirs: [vendor, test] php_pdepend: true php_sim: true
filter: excluded_paths: - 'test/*' checks: php: true coding_style: php: spaces: around_operators: concatenation: true other: after_type_cast: false