Completed
Push — master ( 2d10df...85d860 )
by Alex
02:03
created

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php:
        uppercase_constants: true
        use_self_instead_of_fqcn: true
        simplify_boolean_return: true
        return_doc_comments: true
        remove_extra_empty_lines: true
        parameters_in_camelcaps: true
        parameter_doc_comments: true
        line_length:
            max_length: '120'
        avoid_multiple_statements_on_same_line: true
        avoid_todo_comments: true
        encourage_single_quotes: true
        avoid_perl_style_comments: true
        classes_in_camel_caps: true
        properties_in_camelcaps: true

coding_style:
    php: {  }
tools:
    php_cs_fixer:
        config: { level: psr2 }