1 | <?php |
||
8 | class PlaySmsChannel |
||
9 | { |
||
10 | private $playsms; |
||
11 | |||
12 | public function __construct(PlaySmsClient $playsms) |
||
16 | |||
17 | /** |
||
18 | * Send the given notification. |
||
19 | * |
||
20 | * @param mixed $notifiable |
||
21 | * @param Notification $notification |
||
22 | * |
||
23 | * @throws CouldNotSendNotification |
||
24 | */ |
||
25 | public function send($notifiable, Notification $notification) |
||
32 | } |
||
33 |
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.