Completed
Pull Request — master (#82)
by Sam
04:51
created

Repository Config

checks:
    php:
        fix_php_opening_tag: false
        remove_php_closing_tag: false
        one_class_per_file: true
        side_effects_or_types: false
        no_mixed_inline_html: false
        require_braces_around_control_structures: false
        php5_style_constructor: false
        no_global_keyword: true
        avoid_usage_of_logical_operators: false
        psr2_class_declaration: true
        no_underscore_prefix_in_properties: true
        no_underscore_prefix_in_methods: true
        blank_line_after_namespace_declaration: true
        single_namespace_per_use: false
        psr2_switch_declaration: true
        psr2_control_structure_declaration: false
        avoid_superglobals: false
        security_vulnerabilities: false
        no_exit: true
        uppercase_constants: true
        use_self_instead_of_fqcn: true
        prefer_while_loop_over_for_loop: true
        avoid_perl_style_comments: true
        avoid_todo_comments: true
        classes_in_camel_caps: true
        encourage_postdec_operator: true
        newline_at_end_of_file: true
        no_long_variable_names:
            maximum: '20'
        no_goto: true
        no_new_line_at_end_of_file: true
        no_short_variable_names:
            minimum: '3'
        no_short_method_names:
            minimum: '3'

filter: {  }
coding_style:
    php: {  }