pixelfed/pixelfed

View on GitHub
app/Http/Controllers/CommentController.php

Summary

Maintainability
A
2 hrs
Test Coverage

Method store has 61 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function store(Request $request)
    {
        if (Auth::check() === false) {
            abort(403);
        }
Severity: Major
Found in app/Http/Controllers/CommentController.php - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status