CORE-POS/IS4C

View on GitHub
fannie/admin/LaneParameters/LaneParametersEditor.php

Summary

Maintainability
A
2 hrs
Test Coverage
D
66%

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

    protected function get_view()
    {
        $parameters = new ParametersModel($this->connection);
        $all = $parameters->find(array('param_key', 'store_id', 'lane_id'));

Severity: Major
Found in fannie/admin/LaneParameters/LaneParametersEditor.php - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status