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 cf20eb6 commit dd8dd17Copy full SHA for dd8dd17
src/TelegramBotHandler.php
@@ -57,7 +57,7 @@ class TelegramBotHandler extends AbstractProcessingHandler implements HandlerInt
57
public function __construct(
58
string $token,
59
string $chat_id,
60
- string|null $topic_id = null,
+ ?string $topic_id = null,
61
$level = Logger::DEBUG,
62
bool $bubble = true,
63
$bot_api = 'https://api.telegram.org/bot',
0 commit comments