CORE-POS/IS4C

View on GitHub
fannie/sync/SyncRulesPage.php

Summary

Maintainability
A
1 hr
Test Coverage
F
0%

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

    protected function get_view()
    {
        $model = new TableSyncRulesModel($this->connection);
        $mods = FannieAPI::listModules('COREPOS\\Fannie\\API\\data\\SyncSpecial');
        $mods = array_map(function($i) { return str_replace('\\', '-', $i); }, $mods);
Severity: Minor
Found in fannie/sync/SyncRulesPage.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status