Passed
Push — master ( ed9e54...fafb16 )
by Timo
02:50
created

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
tools:
    external_code_coverage:  
        timeout: 600
checks:
    php:
        simplify_boolean_return: true
        return_doc_comments: true
        remove_extra_empty_lines: true
        properties_in_camelcaps: true
        parameters_in_camelcaps: true
        parameter_doc_comments: true
        no_goto: true
        fix_use_statements:
            remove_unused: true
            preserve_multiple: false
            preserve_blanklines: false
            order_alphabetically: false
        check_method_contracts:
            verify_interface_like_constraints: true
            verify_documented_constraints: true
            verify_parent_constraints: true
        return_doc_comment_if_not_inferrable: true
        phpunit_assertions: true
        param_doc_comment_if_not_inferrable: true
        overriding_parameter: true
        more_specific_types_in_doc_comments: true
    javascript:
        eqeqeq: true
        no_else_return: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
build:
    nodes:
        tests: true
        analysis:
            tests:
                override:
                    -
                        command: phpcs-run
                        use_website_config: true
                    - php-scrutinizer-run