herpaderpaldent/seat-groups

View on GitHub
src/Notifications/MissingRefreshToken/AbstractMissingRefreshTokenNotification.php

Summary

Maintainability
A
2 hrs
Test Coverage

Showing 1 of 1 total issue

Identical blocks of code found in 3 locations. Consider refactoring.
Open

public function dontSend($notifiable) :bool
{
$value = collect([
'recipient' => $notifiable->driver_id,
'notification' => get_called_class(),
src/Notifications/SeatGroupError/AbstractSeatGroupErrorNotification.php on lines 131..148
src/Notifications/SeatGroupSync/AbstractSeatGroupSyncNotification.php on lines 144..161
Category
Status