EscolaLMS/Courses

View on GitHub
src/Http/Resources/CourseResource.php

Summary

Maintainability
A
1 hr
Test Coverage
A
96%

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

    public function toArray($request)
    {
        $this->withoutWrapping();

        if ($this->resource instanceof Course) {
Severity: Minor
Found in src/Http/Resources/CourseResource.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status