MPOS/php-mpos

View on GitHub
include/smarty/libs/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
     * @var string
Severity: Minor
Found in include/smarty/libs/SmartyBC.class.php - About 4 hrs to fix

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

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

      There are no issues that match your filters.

      Category
      Status