visavi/rotor

View on GitHub
app/Http/Controllers/Forum/BookmarkController.php

Summary

Maintainability
A
1 hr
Test Coverage

Method perform has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function perform(Request $request, Validator $validator): Response
    {
        if (! $request->ajax()) {
            return redirect('/');
        }
Severity: Minor
Found in app/Http/Controllers/Forum/BookmarkController.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status