| 1 | <?php |
||
| 7 | class ReportHandler implements ReportHandlerInterface |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * Handle a message sent report. |
||
| 11 | * |
||
| 12 | * @param \Minishlink\WebPush\MessageSentReport $report |
||
| 13 | * @param \NotificationChannels\WebPush\PushSubscription $subscription |
||
| 14 | * @return void |
||
| 15 | */ |
||
| 16 | public function handleReport($report, $subscription) |
||
| 28 | } |
||
| 29 |