We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f58c69 commit afd33b2Copy full SHA for afd33b2
src/TelegramChannel.php
@@ -35,7 +35,7 @@ public function __construct(Telegram $telegram)
35
*/
36
public function send($notifiable, Notification $notification): void
37
{
38
- $message = /* @scrutinizer ignore-call */ $notification->toTelegram($notifiable);
+ $message = $notification->toTelegram($notifiable);
39
40
if (is_string($message)) {
41
$message = TelegramMessage::create($message);
0 commit comments