| Total Complexity | 4 |
| Total Lines | 33 |
| Duplicated Lines | 0 % |
| Changes | 4 | ||
| Bugs | 1 | Features | 0 |
| 1 | <?php |
||
| 11 | class NetgsmChannel |
||
| 12 | { |
||
| 13 | protected $netgsm; |
||
| 14 | |||
| 15 | public function __construct(Netgsm $netgsm) |
||
| 18 | } |
||
| 19 | |||
| 20 | /** |
||
| 21 | * Send the given notification. |
||
| 22 | * |
||
| 23 | * @param $notifiable |
||
| 24 | * @param Notification $notification |
||
| 25 | * @throws Exceptions\CouldNotSendNotification |
||
| 26 | * @throws GuzzleException |
||
| 27 | * @throws IncorrectPhoneNumberFormatException |
||
| 28 | * @throws Exception |
||
| 29 | */ |
||
| 30 | public function send($notifiable, Notification $notification) |
||
| 46 |
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.