Skip to content

Commit ed9d13b

Browse files
committed
Typo
1 parent f615826 commit ed9d13b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Telegram/Update.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class Update
2020
{
2121
private int $method;
2222
private ?int $lastUpdateID;
23-
private object $data;
23+
private ?object $data;
2424
private array $customs = [ ];
2525
public bool $ok;
2626
public object|array $result;

0 commit comments

Comments
 (0)