CORE-POS/IS4C

View on GitHub
fannie/item/coupon/AltCouponPage.php

Summary

Maintainability
A
1 hr
Test Coverage
F
0%

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

    protected function get_view()
    {
        $prep = $this->connection->prepare("SELECT * FROM CouponAlts ORDER BY expires DESC, upc");
        $alts = $this->connection->getAllRows($prep);
        $table = '';
Severity: Minor
Found in fannie/item/coupon/AltCouponPage.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status