mageni/mageni

View on GitHub
src/frontend/app/Http/Livewire/Kb/Page.php

Summary

Maintainability
A
2 hrs
Test Coverage

Method getRowsQueryProperty has 52 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function getRowsQueryProperty()
    {
        $this->creationTime = KnowledgeBase::query()
            ->select('creation_time')
            ->orderBy('nvts.creation_time', 'DESC')
Severity: Major
Found in src/frontend/app/Http/Livewire/Kb/Page.php - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status