modxcms/revolution

View on GitHub
core/model/smarty/SmartyBC.class.php

Summary

Maintainability
B
5 hrs
Test Coverage

SmartyBC has 35 functions (exceeds 20 allowed). Consider refactoring.
Open

class SmartyBC extends Smarty
{
    /**
     * Smarty 2 BC
     *
Severity: Minor
Found in core/model/smarty/SmartyBC.class.php - About 4 hrs to fix

    Method register_object has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

            $object,
            $object_impl,
            $allowed = array(),
            $smarty_args = true,
            $block_methods = array()
    Severity: Minor
    Found in core/model/smarty/SmartyBC.class.php - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status