| 1 | <?php |
||
| 10 | class SiteDown extends Notification |
||
| 11 | { |
||
| 12 | /** @var \Spatie\UptimeMonitor\Events\SiteDown */ |
||
| 13 | protected $event; |
||
| 14 | |||
| 15 | /** |
||
| 16 | * Get the mail representation of the notification. |
||
| 17 | * |
||
| 18 | * @param mixed $notifiable |
||
| 19 | * @return \Illuminate\Notifications\Messages\MailMessage |
||
| 20 | */ |
||
| 21 | public function toMail($notifiable) |
||
| 30 | |||
| 31 | public function toSlack($notifiable) |
||
| 37 | |||
| 38 | public function setEvent(SiteDownEvent $event) |
||
| 44 | } |
||
| 45 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.