Completed
Push — master ( 827e9b...6bac12 )
by Jimmy
02:51 queued 01:22
created

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
        - 'config/*'
        - 'src/Library/Api/*'
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:
                size: 1
        spaces:
            around_operators:
                unary_additive: true
            other:
                after_type_cast: false