src/Listeners/GroupApplicationNotification.php
Showing 2 of 2 total issues
Method handle
has 32 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function handle(GroupApplication $event) { $should_send = false; if (class_exists(SeatNotificationsServiceProvider::class))
Avoid too many return
statements within this method. Open
Open
return false;