1 | <?php |
||
8 | class HablameChannel |
||
9 | { |
||
10 | /** |
||
11 | * Send the given notification. |
||
12 | * |
||
13 | * @param mixed $notifiable |
||
14 | * @param \Illuminate\Notifications\Notification $notification |
||
15 | * |
||
16 | * @throws \Andreshg112\HablameSms\Exceptions\CouldNotSendNotification |
||
17 | */ |
||
18 | 2 | public function send($notifiable, Notification $notification) |
|
36 | } |
||
37 |
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.