suitmedia/suitcoda

View on GitHub
app/Model/Project.php

Summary

Maintainability
A
1 hr
Test Coverage

Method getJsonData has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function getJsonData()
    {
        $graphData = [];
        $count = 0;
        $listGraph = array_merge(['overall' => 'Overall'], Category::lists('name', 'slug')->toArray());
Severity: Minor
Found in app/Model/Project.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status