Skip to content

Commit b10306d

Browse files
committed
Add message
1 parent cc92e3d commit b10306d

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/ReportHandler.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ class ReportHandler implements ReportHandlerInterface
1111
*
1212
* @param \Minishlink\WebPush\MessageSentReport $report
1313
* @param \NotificationChannels\WebPush\PushSubscription $subscription
14+
* @param \NotificationChannels\WebPush\WebPushMessage $message
1415
* @return void
1516
*/
1617
public function handleReport($report, $subscription, $message)

src/ReportHandlerInterface.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ interface ReportHandlerInterface
99
*
1010
* @param \Minishlink\WebPush\MessageSentReport $report
1111
* @param \NotificationChannels\WebPush\PushSubscription $subscription
12+
* @param \NotificationChannels\WebPush\WebPushMessage $message
1213
* @return void
1314
*/
1415
public function handleReport($report, $subscription, $message);

src/WebPushChannel.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ public function send($notifiable, Notification $notification)
7070
*
7171
* @param \Generator $reports
7272
* @param \Illuminate\Database\Eloquent\Collection $subscriptions
73+
* @param \NotificationChannels\WebPush\WebPushMessage $message
7374
* @return void
7475
*/
7576
protected function handleReports($reports, $subscriptions, $message)

0 commit comments

Comments
 (0)