CORE-POS/IS4C

View on GitHub
fannie/reports/Paycards/PcDetailReport.php

Summary

Maintainability
A
2 hrs
Test Coverage
B
87%

Method helpContent has 42 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function helpContent()
    {
        return <<<HTML
<p>
View all integrated card transactions that occurred on a given day.
Severity: Minor
Found in fannie/reports/Paycards/PcDetailReport.php - About 1 hr to fix

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

        public function fetch_report_data()
        {
            $dbc = $this->connection;
            $dbc->selectDB($this->config->get('TRANS_DB'));
            $dateID = date('Ymd', strtotime($this->form->date));
    Severity: Minor
    Found in fannie/reports/Paycards/PcDetailReport.php - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status