cattr-app/server-application

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

Summary

Maintainability
A
1 hr
Test Coverage

Method postForm has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function postForm(Request $request, string $key): JsonResponse
    {
        $invitation = Invitation::where('key', $key)
            ->where('expires_at', '>=', time())
            ->first();
Severity: Minor
Found in app/Http/Controllers/RegistrationController.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status