jacobemerick/web

View on GitHub
src/Domain/Waterfall/Watercourse/MysqlWatercourseRepository.php

Summary

Maintainability
A
1 hr
Test Coverage
F
0%

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

    public function getWatercourseList()
    {
        $query = "
            SELECT `sum_table`.`name`, `sum_table`.`alias`, SUM(`count`) AS `count`
            FROM ((
Severity: Minor
Found in src/Domain/Waterfall/Watercourse/MysqlWatercourseRepository.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status