EscolaLMS/pages

View on GitHub
src/Http/Services/Contracts/PageServiceContract.php

Summary

Maintainability
A
35 mins
Test Coverage
F
0%

Method insert has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

    public function insert(string $slug, string $title, string $content, int $userId, bool $active): Page;
Severity: Minor
Found in src/Http/Services/Contracts/PageServiceContract.php - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status