NFarrington/vatsim-url-shortener

View on GitHub
app/Http/Controllers/Platform/OrganizationUsersController.php

Summary

Maintainability
A
0 mins
Test Coverage
A
93%

Method store has 42 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

    public function store(Request $request, Organization $organization)
    {
        $this->authorize('act-as-owner', $organization);

        $existingUserIds = array_map(fn ($user) => $user->getId(), $organization->getUsers());
Severity: Minor
Found in app/Http/Controllers/Platform/OrganizationUsersController.php - About 1 hr to fix

There are no issues that match your filters.

Category
Status