timegridio/timegrid

View on GitHub
app/Listeners/SendAppointmentCancellationNotification.php

Summary

Maintainability
A
1 hr
Test Coverage
A
96%

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

    public function handle(AppointmentWasCanceled $event)
    {
        logger()->info(__METHOD__);

        $code = $event->appointment->code;
Severity: Minor
Found in app/Listeners/SendAppointmentCancellationNotification.php - About 1 hr to fix

There are no issues that match your filters.

Category
Status