src/Listeners/GroupSyncedNotification.php
Showing 1 of 1 total issue
Function handle
has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring. Open
Open
public function handle(GroupSynced $event) { $should_send = false; if (! empty($event->sync['attached']))
- Read upRead up