filter: excluded_paths: - 'tests/*' checks: php: overriding_parameter: true fix_line_ending: true check_method_contracts: verify_interface_like_constraints: true verify_documented_constraints: true verify_parent_constraints: true more_specific_types_in_doc_comments: true naming_conventions: local_variable: '^[a-z][a-zA-Z0-9]*$' abstract_class_name: ^Abstract|Factory$ utility_class_name: 'Utils?$' constant_name: '^[A-Z][A-Z0-9]*(?:_[A-Z0-9]+)*$' property_name: '^[a-z][a-zA-Z0-9]*$' method_name: '^(?:[a-z]|__)[a-zA-Z0-9]*$' parameter_name: '^[a-z][a-zA-Z0-9]*$' interface_name: '^[A-Z][a-zA-Z0-9]*Interface$' type_name: '^[A-Z][a-zA-Z0-9]*$' exception_name: '^[A-Z][a-zA-Z0-9]*Exception$' isser_method_name: '^(?:is|has|should|may|supports)' param_doc_comment_if_not_inferrable: true parameter_doc_comments: true parameters_in_camelcaps: true properties_in_camelcaps: true return_doc_comment_if_not_inferrable: true return_doc_comments: true simplify_boolean_return: true coding_style: php: spaces: around_operators: concatenation: true build: environment: php: version: 7.1 nodes: analysis: project_setup: override: - 'true' tests: override: - php-scrutinizer-run - command: phpcs-run use_website_config: true dependencies: before: - composer require phpunit/phpunit:^7.0 --dev tests: override: - command: vendor/bin/phpunit --coverage-clover=clover.xml coverage: file: clover.xml format: php-clover