From ec45977cba8f68cdf5c22c7a1411312080639b1e Mon Sep 17 00:00:00 2001 From: Joe FRANCOIS Date: Fri, 16 Feb 2024 12:31:05 +0100 Subject: [PATCH] chore: applies lint rules --- src/ExpoNotificationsService.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ExpoNotificationsService.php b/src/ExpoNotificationsService.php index f964759..4bc079d 100644 --- a/src/ExpoNotificationsService.php +++ b/src/ExpoNotificationsService.php @@ -150,7 +150,6 @@ private function prepareNotificationsToSendNow(): ExpoNotificationsService // Splits into multiples chunks of max limitation $this->notificationChunks = $this->notificationsToSend->chunk(self::PUSH_NOTIFICATIONS_PER_REQUEST_LIMIT); - return $this; }