Completed
Push — master ( 4ed653...39a76c )
by
unknown
02:20
created

Checkout Config

filter:
    excluded_paths: [tests/*]
checks:
    php:
        code_rating: true
        remove_extra_empty_lines: true
        remove_php_closing_tag: true
        remove_trailing_whitespace: true
        fix_use_statements:
            remove_unused: true
            preserve_multiple: false
            preserve_blanklines: true
            order_alphabetically: true
        fix_php_opening_tag: true
        fix_linefeed: true
        fix_line_ending: true
        fix_identation_4spaces: true
        fix_doc_comments: true

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php:
        align_assignments: true
        avoid_fixme_comments: true
        avoid_multiple_statements_on_same_line: true
        avoid_perl_style_comments: true
        avoid_todo_comments: true
        avoid_unnecessary_concatenation: true
        classes_in_camel_caps: true
        encourage_postdec_operator: true
        encourage_single_quotes: true
        fix_line_ending: true
        function_in_camel_caps: true
        more_specific_types_in_doc_comments: true
        newline_at_end_of_file: true
        no_goto: true

coding_style:
    php:
        spaces:
            around_operators:
                unary_additive: true
                concatenation: true
                negation: true