herpaderpaldent/seat-notifications

View on GitHub
src/Http/Actions/UnsubscribeAction.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    public function execute(array $data)
    {
        try {

            $subscription = NotificationRecipient::where('driver_id', $data['driver_id'])
Severity: Minor
Found in src/Http/Actions/UnsubscribeAction.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status