gocodebox/lifterlms

View on GitHub
includes/admin/class.llms.admin.setup.wizard.php

Summary

Maintainability
A
1 hr
Test Coverage
B
83%

Method __construct has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function __construct() {
        $this->id        = 'setup';
        $this->views_dir = LLMS_PLUGIN_DIR . 'includes/admin/views/setup-wizard/';
        $this->title     = esc_html__( 'LifterLMS Setup Wizard', 'lifterlms' );
        $this->steps     = array(
Severity: Minor
Found in includes/admin/class.llms.admin.setup.wizard.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status