| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 2 | ||
| Bugs | 1 | Features | 0 |
| 1 | <?php |
||
| 46 | public function toMail($notifiable) |
||
| 47 | { |
||
| 48 | return (new MailMessage()) |
||
| 49 | ->subject(__('Magic Authentication Notification')) |
||
| 50 | ->line(__('You are receiving this email because we received a magic authentication request for your account.')) |
||
| 51 | ->action(__('Login'), $this->link) |
||
| 52 | ->line(__('If you did not request a magic link, no further action is required.')); |
||
| 53 | } |
||
| 55 |
The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g.
excluded_paths: ["lib/*"], you can move it to the dependency path list as follows:For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths