| 1 | <?php |
||
| 11 | class SoonExpiringSslCertificateFound extends BaseNotification |
||
| 12 | { |
||
| 13 | /** @var \Spatie\UptimeMonitor\Events\ValidSslCertificateFound */ |
||
| 14 | protected $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) |
||
| 31 | |||
| 32 | public function toSlack($notifiable) |
||
| 41 | |||
| 42 | public function setEvent(SoonExpiringSslCertificateFoundEvent $event) |
||
| 48 | } |
||
| 49 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.