gocodebox/lifterlms

View on GitHub
includes/abstracts/llms.abstract.api.handler.php

Summary

Maintainability
A
1 hr
Test Coverage
B
80%

Method call has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    private function call( $resource, $data, $method = null ) {

        $method = is_null( $method ) ? $this->default_request_method : $method;

        // setup headers.
Severity: Minor
Found in includes/abstracts/llms.abstract.api.handler.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status