| 1 | <?php |
||
| 9 | abstract class BaseNotification extends Notification |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * Get the notification's delivery channels. |
||
| 13 | * |
||
| 14 | * @param mixed $notifiable |
||
| 15 | * @return array |
||
| 16 | */ |
||
| 17 | public function via($notifiable) |
||
| 21 | |||
| 22 | public function getMonitor(): Monitor |
||
| 26 | |||
| 27 | public function getMonitorProperties($extraProperties = []): array |
||
| 42 | |||
| 43 | public function getLocationDescription(): string |
||
| 53 | |||
| 54 | public function isStillRelevant(): bool |
||
| 58 | } |
||
| 59 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.