Completed
Push — master ( 0759e8...64d85f )
by Tijs
11s
created

Repository Config

checks:
    php:
        uppercase_constants: true
        phpunit_assertions: true
        remove_extra_empty_lines: true
        fix_line_ending: true
        use_self_instead_of_fqcn: true
        simplify_boolean_return: true
        properties_in_camelcaps: true
        parameters_in_camelcaps: true
        parameter_doc_comments: true
        param_doc_comment_if_not_inferrable: true
        newline_at_end_of_file: true
        line_length:
            max_length: '120'
        function_in_camel_caps: true
        classes_in_camel_caps: true
        avoid_perl_style_comments: true
coding_style:
    php: { }
tools:
    external_code_coverage:
        timeout: 3600
    php_code_sniffer:
        config:
            standard: "PSR2"

Global Config

checks:
    php:
        uppercase_constants: true
        phpunit_assertions: true
        remove_extra_empty_lines: true
        fix_line_ending: true
        use_self_instead_of_fqcn: true
        simplify_boolean_return: true
        properties_in_camelcaps: true
        parameters_in_camelcaps: true
        parameter_doc_comments: true
        param_doc_comment_if_not_inferrable: true
        newline_at_end_of_file: true
        line_length:
            max_length: '120'
        function_in_camel_caps: true
        classes_in_camel_caps: true
        avoid_perl_style_comments: true
coding_style:
    php: { }
tools:
    external_code_coverage: true
    php_code_sniffer:
        config:
            standard: "PSR2"