Skip to content

Commit 8f58c69

Browse files
authored
Apply fixes from StyleCI (#53)
Apply fixes from StyleCI
2 parents 87d6456 + 552b952 commit 8f58c69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TelegramChannel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function __construct(Telegram $telegram)
3535
*/
3636
public function send($notifiable, Notification $notification): void
3737
{
38-
$message = /** @scrutinizer ignore-call */ $notification->toTelegram($notifiable);
38+
$message = /* @scrutinizer ignore-call */ $notification->toTelegram($notifiable);
3939

4040
if (is_string($message)) {
4141
$message = TelegramMessage::create($message);

0 commit comments

Comments
 (0)