Completed
Push — master ( e29564...0c58a0 )
by Greg
22:41 queued 10:16
created

Repository Config

filter:
    excluded_paths:
        - 'test/*'
checks:
    php:
        duplication: false
        unused_methods: false
        unused_parameters: false
        argument_type_checks: false
        verify_property_names: false
        method_calls_on_non_object: false
        fix_doc_comments: false
        instanceof_class_exists: false
        catch_class_exists: false
        assignment_of_null_return: false
        use_statement_alias_conflict: false
coding_style:
    php:
        indentation:
            general:
                use_tabs: true
            switch:
                indent_case: false