AppStateESS/homestead

View on GitHub
boost/update.php

Summary

Maintainability
A
1 hr
Test Coverage

Method hms_update has 45 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function hms_update(&$content, $currentVersion)
{
    switch ($currentVersion) {
        case version_compare($currentVersion, '0.4.92', '<') :
            PHPWS_Core::initModClass('users', 'Permission.php');
Severity: Minor
Found in boost/update.php - About 1 hr to fix

There are no issues that match your filters.

Category
Status