AppStateESS/homestead

View on GitHub
boost/install.php

Summary

Maintainability
A
1 hr
Test Coverage

Method hms_install has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function hms_install(&$content)
{
    PHPWS_Core::initModClass('users', 'Users.php');
    $DB = new PHPWS_DB('users');
    $DB->addWhere('username', 'hms_admin');
Severity: Minor
Found in boost/install.php - About 1 hr to fix

There are no issues that match your filters.

Category
Status