1 | <?php |
||
12 | class SiteUp extends BaseNotification |
||
13 | { |
||
14 | /** @var \Spatie\UptimeMonitor\Events\SiteDown */ |
||
15 | public $event; |
||
16 | |||
17 | /** |
||
18 | * Get the mail representation of the notification. |
||
19 | * |
||
20 | * @param mixed $notifiable |
||
21 | * @return \Illuminate\Notifications\Messages\MailMessage |
||
22 | */ |
||
23 | public function toMail($notifiable) |
||
32 | |||
33 | public function toSlack($notifiable) |
||
42 | |||
43 | public function isStillRelevant(): bool |
||
47 | |||
48 | public function setEvent(SiteUpEvent $event) |
||
54 | } |
||
55 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.