1 | <?php |
||
11 | class SslExpiresSoon extends BaseNotification |
||
12 | { |
||
13 | /** @var \Spatie\UptimeMonitor\Events\SslExpiresSoon */ |
||
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) |
||
35 | |||
36 | public function toSlack($notifiable) |
||
45 | |||
46 | protected function getMessageText(): string |
||
50 | |||
51 | public function setEvent(SoonExpiringSslCertificateFoundEvent $event) |
||
57 | } |
||
58 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.