1 | <?php |
||
13 | class CheckSucceeded extends BaseNotification |
||
14 | { |
||
15 | /** @var \Spatie\ServerMonitor\Events\CheckWarning */ |
||
16 | public $event; |
||
17 | |||
18 | /** |
||
19 | * Get the mail representation of the notification. |
||
20 | * |
||
21 | * @param mixed $notifiable |
||
22 | * @return \Illuminate\Notifications\Messages\MailMessage |
||
23 | */ |
||
24 | public function toMail($notifiable) |
||
30 | |||
31 | public function toSlack($notifiable) |
||
42 | |||
43 | public function setEvent(CheckSucceededEvent $event) |
||
49 | |||
50 | public function shouldSend(): bool |
||
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.