kylekatarnls/sbp

View on GitHub
src/Sbp/Plugins/Core/Constants.php

Summary

Maintainability
A
2 hrs
Test Coverage

Method quickAccessConstants has 54 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public static function quickAccessConstants($content, $caller)
    {
        $validSubst = call_user_func(array($caller, 'getValidStringSurrogates'));
        $validComments = call_user_func(array($caller, 'getValidComments'));
        $lastParsedFile = call_user_func(array($caller, 'getLastParsedFile'));
Severity: Major
Found in src/Sbp/Plugins/Core/Constants.php - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status