Skip to content

Commit 1b2d391

Browse files
committed
formatting
1 parent 4a111aa commit 1b2d391

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/Telegram.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,35 +9,35 @@ class Telegram
99
use ConfigurationParser;
1010

1111
/**
12-
* The Bot API Token.
12+
* The Telegram bot API token.
1313
*
1414
* @var string
1515
*/
1616
public $token;
1717

1818
/**
19-
* The Telegram chat_id.
19+
* The Telegram "chat_id".
2020
*
2121
* @var mixed
2222
*/
2323
public $chat;
2424

2525
/**
26-
* The message.
26+
* The message that should be sent.
2727
*
2828
* @var string
2929
*/
3030
public $message;
3131

3232
/**
33-
* The options.
33+
* The message options.
3434
*
3535
* @var array
3636
*/
3737
public $options;
3838

3939
/**
40-
* The task name.
40+
* The name of the task.
4141
*
4242
* @var string
4343
*/

0 commit comments

Comments
 (0)