1 | <?php |
||
11 | class CertificateExpiresSoon extends BaseNotification |
||
12 | { |
||
13 | /** @var \Spatie\UptimeMonitor\Events\CertificateExpiresSoon */ |
||
14 | public $event; |
||
15 | |||
16 | /** |
||
17 | * Get the mail representation of the notification. |
||
18 | * |
||
19 | * @param mixed $notifiable |
||
20 | * @return \Illuminate\Notifications\Messages\MailMessage |
||
21 | */ |
||
22 | public function toMail($notifiable) |
||
34 | |||
35 | public function toSlack($notifiable) |
||
43 | |||
44 | protected function getMessageText(): string |
||
48 | |||
49 | public function setEvent(SoonExpiringSslCertificateFoundEvent $event) |
||
55 | } |
||
56 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.