XoopsModules25x/tools

View on GitHub
class/smarty/xoops_plugins/function.xoBlk.php

Summary

Maintainability
A
1 hr
Test Coverage

Method smarty_function_xoBlk has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function smarty_function_xoBlk( $params, $smarty )
{
    /** @var Smarty $smarty */
    $old_caching = $smarty->caching;
    $old_cache_lifetime = $smarty->cache_lifetime;
Severity: Minor
Found in class/smarty/xoops_plugins/function.xoBlk.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status