1 | <?php |
||
7 | class CmsmsChannel |
||
8 | { |
||
9 | /** @var CmsmsClient */ |
||
10 | protected $client; |
||
11 | |||
12 | /** |
||
13 | * @param CmsmsClient $client |
||
14 | */ |
||
15 | 2 | public function __construct(CmsmsClient $client) |
|
19 | |||
20 | /** |
||
21 | * Send the given notification. |
||
22 | * |
||
23 | * @param mixed $notifiable |
||
24 | * @param \Illuminate\Notifications\Notification $notification |
||
25 | * |
||
26 | * @throws \NotificationChannels\Cmsms\Exceptions\CouldNotSendNotification |
||
27 | */ |
||
28 | 1 | public function send($notifiable, Notification $notification) |
|
42 | } |
||
43 |
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.