1 | <?php |
||
13 | class CheckWarning 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) |
||
31 | |||
32 | public function toSlack($notifiable) |
||
44 | |||
45 | public function setEvent(CheckWarningEvent $event) |
||
51 | |||
52 | public function isStillRelevant(): bool |
||
56 | } |
||
57 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.