gocodebox/lifterlms-rest

View on GitHub
includes/server/class-llms-rest-webhooks-controller.php

Summary

Maintainability
A
3 hrs
Test Coverage
A
97%

Method get_item_schema_base has 82 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    protected function get_item_schema_base() {

        return array(
            '$schema'    => 'http://json-schema.org/draft-04/schema#',
            'title'      => 'webhook',
Severity: Major
Found in includes/server/class-llms-rest-webhooks-controller.php - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status