| 1 | <?php |
||
| 7 | abstract class BaseNotification extends Notification |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * Get the notification's delivery channels. |
||
| 11 | * |
||
| 12 | * @param mixed $notifiable |
||
| 13 | * @return array |
||
| 14 | */ |
||
| 15 | public function via($notifiable) |
||
| 19 | |||
| 20 | public function getUptimeMonitorProperties($extraProperties): array |
||
| 39 | |||
| 40 | public abstract function isStillRelevant(): bool; |
||
| 41 | } |
||
| 42 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.