kalenjordan/magehero

View on GitHub
code/Controller/MapUsers.php

Summary

Maintainability
A
1 hr
Test Coverage

Method _getDevelopers has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    protected function _getDevelopers()
    {
        $query = $this->_getContainer()->User()->selectAll();
        $userRows = $this->_getContainer()->LocalConfig()->database()->fetchAll($query);
        $users = array();
Severity: Minor
Found in code/Controller/MapUsers.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status