1 | <?php |
||
9 | class PolarChannel |
||
10 | { |
||
11 | protected $polarNotificationRepository; |
||
12 | |||
13 | public function __construct(PolarNotificationRepository $polarNotificationRepository) |
||
17 | |||
18 | public function send($notifiable, Notification $notification) |
||
24 | |||
25 | /** |
||
26 | * Build an array payload for the Notification Model. |
||
27 | */ |
||
28 | protected function buildPayload($notifiable, PolarMessage $message) : array |
||
39 | } |
||
40 |
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.