Conditions | 1 |
Paths | 1 |
Total Lines | 6 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
43 | public function toMail($notifiable) |
||
44 | { |
||
45 | return (new MailMessage()) |
||
46 | ->line('You have changed your password successfully.') |
||
47 | ->line('If you did change password, no further action is required.') |
||
48 | ->line('If you did not change password, sign in and change your password NOW!'); |
||
49 | } |
||
65 |
This check looks for parameters that have been defined for a function or method, but which are not used in the method body.