Completed
Push — 2.x ( 8eb1c7...3947a9 )
by Markus
01:14
created

Repository Config

# language: php

checks:
    php:
        uppercase_constants: true
        unused_properties: true
        unused_methods: true
        unreachable_code: true
        require_php_tag_first: true
        require_braces_around_control_structures: true
        avoid_closing_tag: true
        code_rating: true
        deprecated_code_usage: true
        ensure_lower_case_builtin_functions: true
        instanceof_class_exists: true
        lowercase_basic_constants: true
        lowercase_php_keywords: true
        no_debug_code: true
        no_global_keyword: true
        no_mixed_inline_html: true
        no_non_implemented_abstract_methods: true
        parameter_non_unique: true