checks: php: return_doc_comments: true return_doc_comment_if_not_inferrable: true parameters_in_camelcaps: true parameter_doc_comments: true optional_parameters_at_the_end: true no_goto: true function_in_camel_caps: true filter: { } coding_style: php: indentation: general: use_tabs: false spaces: around_operators: concatenation: true within: brackets: false build: tests: override: - command: 'phpunit --coverage-clover=some-file-for-coverage' coverage: file: 'some-file-for-coverage' format: 'clover' filter: paths: ["src/*", "view/*", "config/*", "Module.php"] excluded_paths: - "*/Test/*" # Everything that has a "Test" directory somewhere in the path