Skip to content

Commit 482412d

Browse files
authored
Fix channel
1 parent 2c9db28 commit 482412d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Channels/TibberChannel.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class TibberChannel
1212
*/
1313
public function send(object $notifiable, Notification $notification): void
1414
{
15-
@phpstan-ignore-next-line
15+
// @phpstan-ignore-next-line
1616
$payload = $notification->toTibber($notifiable);
1717
Tibber::sendPushNotification($payload->title, $payload->message, $payload->screenToOpen);
1818

0 commit comments

Comments
 (0)