herpaderpaldent/seat-groups

View on GitHub
src/Actions/SeatGroups/GetCurrentAffiliationAction.php

Summary

Maintainability
A
1 hr
Test Coverage

Method execute has 36 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function execute(array $data)
    {
        $seatgroup = SeatGroup::find($data['seatgroup_id']);

        $affiliations = collect();
Severity: Minor
Found in src/Actions/SeatGroups/GetCurrentAffiliationAction.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status