| Total Complexity | 2 |
| Total Lines | 17 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 7 | trait SendsNotifications |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * Send the given notification to the notifiable. |
||
| 11 | * |
||
| 12 | * @param \Illuminate\Notifications\Notification $notification |
||
| 13 | * |
||
| 14 | * @return null|\Illuminate\Notifications\Notification |
||
| 15 | */ |
||
| 16 | protected function sendNotification(Notification $notification) |
||
| 27 |
This check looks for calls to methods that do not seem to exist on a given type. It looks for the method on the type itself as well as in inherited classes or implemented interfaces.
This is most likely a typographical error or the method has been renamed.