before_commands: - "composer install --prefer-source" filter: excluded_paths: - 'tests/*' - 'example/*' checks: php: use_self_instead_of_fqcn: true uppercase_constants: true simplify_boolean_return: true remove_extra_empty_lines: true properties_in_camelcaps: true phpunit_assertions: true parameter_doc_comments: true coding_style: php: spaces: around_operators: concatenation: true build: true tools: external_code_coverage: timeout: 600