gocodebox/lifterlms

View on GitHub
includes/class.llms.data.php

Summary

Maintainability
B
5 hrs
Test Coverage
B
86%

File class.llms.data.php has 289 lines of code (exceeds 250 allowed). Consider refactoring.
Open

<?php
/**
 * Retrieve data sets used by various other classes and functions
 *
 * @package LifterLMS/Classes
Severity: Minor
Found in includes/class.llms.data.php - About 2 hrs to fix

    Method get_llms_settings has 53 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        private static function get_llms_settings() {
    
            $data = array();
    
            $data['version']    = llms()->version;
    Severity: Major
    Found in includes/class.llms.data.php - About 2 hrs to fix

      There are no issues that match your filters.

      Category
      Status