CORE-POS/IS4C

View on GitHub
fannie/modules/plugins2.0/GiveUsMoneyPlugin/Gum1099.php

Summary

Maintainability
A
3 hrs
Test Coverage

Method get_view has 48 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    protected function get_view()
    {
        $year = date('Y');
        return <<<HTML
<form method="post">
Severity: Minor
Found in fannie/modules/plugins2.0/GiveUsMoneyPlugin/Gum1099.php - About 1 hr to fix

    Method post_handler has 32 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        protected function post_handler()
        {
            $custdata = new CustdataModel($this->connection);
            $meminfo = new MeminfoModel($this->connection);
            $custdata->LastName(FormLib::get('name'));
    Severity: Minor
    Found in fannie/modules/plugins2.0/GiveUsMoneyPlugin/Gum1099.php - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status