| Total Complexity | 4 |
| Total Lines | 36 |
| Duplicated Lines | 0 % |
| Changes | 3 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 15 | class SmsUpChannel |
||
| 16 | { |
||
| 17 | /** |
||
| 18 | * SmsUpChannel constructor. |
||
| 19 | */ |
||
| 20 | public function __construct() |
||
| 22 | } |
||
| 23 | |||
| 24 | /** |
||
| 25 | * @param $notifiable |
||
| 26 | * @param Notification $notification |
||
| 27 | * @throws CouldNotSendNotification |
||
| 28 | */ |
||
| 29 | public function send($notifiable, Notification $notification) |
||
| 53 |
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.