| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 33 | public function toMail($notifiable) |
||
| 34 | { |
||
| 35 | return (new MailMessage) |
||
| 36 | ->subject(__('confirmation::confirmation.confirmation_subject')) |
||
| 37 | ->line(__('confirmation::confirmation.confirmation_subject_title')) |
||
| 38 | ->line(__('confirmation::confirmation.confirmation_body')) |
||
| 39 | ->action(__('confirmation::confirmation.confirmation_button'), $this->confirmationUrl($notifiable)); |
||
| 40 | } |
||
| 41 | |||
| 51 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.