| 1 | <?php |
||
| 11 | class CertificateCheckSucceeded extends BaseNotification |
||
| 12 | { |
||
| 13 | /** @var \Spatie\UptimeMonitor\Events\CertificateCheckSucceeded */ |
||
| 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 | public function setEvent(ValidCertificateFoundEvent $event) |
||
| 52 | } |
||
| 53 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.