Completed
Push — master ( 39055a...5e7dc9 )
by Randy
05:15
created

Global Config

filter:
    excluded_paths:
        - "tests/"
checks:
    php:
        duplication: false
        unused_methods: true
        unused_parameters: true
        argument_type_checks: true
        verify_property_names: true
        method_calls_on_non_object: true
        fix_doc_comments: false
        instanceof_class_exists: true
        catch_class_exists: true
        assignment_of_null_return: true
        use_statement_alias_conflict: true
        simplify_boolean_return: true
        return_doc_comments: true
        return_doc_comment_if_not_inferrable: true
        parameter_doc_comments: true
        param_doc_comment_if_not_inferrable: true
        overriding_parameter: true
        optional_parameters_at_the_end: true
        no_goto: true
        avoid_multiple_statements_on_same_line: true
        variable_existence: true
        check_method_contracts:
            verify_interface_like_constraints: true
            verify_documented_constraints: true
            verify_parent_constraints: true
        avoid_unnecessary_concatenation: true
        newline_at_end_of_file: true
        code_rating: true
        avoid_todo_comments: true
        avoid_fixme_comments: true
        more_specific_types_in_doc_comments: true
        symfony_request_injection: false
        switch_fallthrough_commented: false
        sql_injection_vulnerabilities: false
        single_namespace_per_use: false
        security_vulnerabilities: false
        require_scope_for_properties: false
        require_scope_for_methods: false
        require_php_tag_first: false
        psr2_switch_declaration: false
        psr2_class_declaration: false
        precedence_mistakes: true
        parameter_non_unique: true
        one_class_per_file: true
        non_commented_empty_catch_block: false
        no_underscore_prefix_in_properties: true
        no_underscore_prefix_in_methods: true
        no_trailing_whitespace: false
        no_short_open_tag: false
        foreach_usable_as_reference: true
        avoid_superglobals: false
        avoid_perl_style_comments: true
        avoid_entity_manager_injection: false