| 1 | <?php |
||
| 9 | class InterfaxChannel |
||
| 10 | { |
||
| 11 | protected $client; |
||
| 12 | |||
| 13 | 7 | public function __construct(Client $client) |
|
| 17 | |||
| 18 | /** |
||
| 19 | * Send the given notification. |
||
| 20 | * |
||
| 21 | * @param mixed $notifiable |
||
| 22 | * @param \Illuminate\Notifications\Notification $notification |
||
| 23 | * |
||
| 24 | * @throws \NotificationChannels\Interfax\Exceptions\CouldNotSendNotification |
||
| 25 | */ |
||
| 26 | 7 | public function send($notifiable, Notification $notification) |
|
| 56 | } |
||
| 57 |
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.