8000
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 aa38cf6 commit 5ae6454Copy full SHA for 5ae6454
src/Symfony/Component/Notifier/Bridge/Telegram/TelegramTransport.php
@@ -96,8 +96,9 @@ protected function doSend(MessageInterface $message): SentMessage
96
* - _italic text_
97
* - __underlined text__
98
* - various notations of images, f. ex. [title](url)
99
- * - `code samples`
100
- * These formats should be takes care of, when the message is constructed.
+ * - `code samples`.
+ *
101
+ * These formats should be taken care of when the message is constructed.
102
*
103
* @see https://core.telegram.org/bots/api#markdownv2-style
104
*/
0 commit comments