@@ -16,7 +16,6 @@ |
||
16 | 16 | /** |
17 | 17 | * @param array|null $data |
18 | 18 | * @param LoggerInterface|null $logger |
19 | - |
|
20 | 19 | * @noinspection MagicMethodsValidityInspection |
21 | 20 | * @noinspection PhpMissingParentConstructorInspection |
22 | 21 | */ |
@@ -95,15 +95,15 @@ discard block |
||
95 | 95 | */ |
96 | 96 | public $forward_date = 0; |
97 | 97 | |
98 | - /** |
|
99 | - * Optional. True, if the message is sent to a forum topic |
|
100 | - */ |
|
101 | - public $is_topic_message = false; |
|
98 | + /** |
|
99 | + * Optional. True, if the message is sent to a forum topic |
|
100 | + */ |
|
101 | + public $is_topic_message = false; |
|
102 | 102 | |
103 | - /** |
|
104 | - * @var bool |
|
105 | - */ |
|
106 | - public $is_automatic_forward = false; |
|
103 | + /** |
|
104 | + * @var bool |
|
105 | + */ |
|
106 | + public $is_automatic_forward = false; |
|
107 | 107 | |
108 | 108 | /** |
109 | 109 | * Optional. For replies, the original message. Note that the Message object in this field will not contain further |
@@ -418,29 +418,29 @@ discard block |
||
418 | 418 | */ |
419 | 419 | public $proximity_alert_triggered; |
420 | 420 | |
421 | - /** |
|
422 | - * Optional. Service message: forum topic created |
|
423 | - * @var ForumTopicCreated |
|
424 | - */ |
|
425 | - public $forum_topic_created; |
|
426 | - |
|
427 | - /** |
|
428 | - * Optional. Service message: forum topic edited |
|
429 | - * @var ForumTopicEdited |
|
430 | - */ |
|
431 | - public $forum_topic_edited; |
|
432 | - |
|
433 | - /** |
|
434 | - * Optional. Service message: forum topic closed |
|
435 | - * @var ForumTopicClosed |
|
436 | - */ |
|
437 | - public $forum_topic_closed; |
|
438 | - |
|
439 | - /** |
|
440 | - * Optional. Service message: forum topic reopened |
|
441 | - * @var ForumTopicReopened |
|
442 | - */ |
|
443 | - public $forum_topic_reopened; |
|
421 | + /** |
|
422 | + * Optional. Service message: forum topic created |
|
423 | + * @var ForumTopicCreated |
|
424 | + */ |
|
425 | + public $forum_topic_created; |
|
426 | + |
|
427 | + /** |
|
428 | + * Optional. Service message: forum topic edited |
|
429 | + * @var ForumTopicEdited |
|
430 | + */ |
|
431 | + public $forum_topic_edited; |
|
432 | + |
|
433 | + /** |
|
434 | + * Optional. Service message: forum topic closed |
|
435 | + * @var ForumTopicClosed |
|
436 | + */ |
|
437 | + public $forum_topic_closed; |
|
438 | + |
|
439 | + /** |
|
440 | + * Optional. Service message: forum topic reopened |
|
441 | + * @var ForumTopicReopened |
|
442 | + */ |
|
443 | + public $forum_topic_reopened; |
|
444 | 444 | |
445 | 445 | /** |
446 | 446 | * Optional. Service message: the 'General' forum topic hidden |
@@ -53,10 +53,10 @@ |
||
53 | 53 | */ |
54 | 54 | public $last_name = ''; |
55 | 55 | |
56 | - /** |
|
57 | - * Optional. True, if the supergroup chat is a forum (has topics enabled) |
|
58 | - */ |
|
59 | - public $is_forum = false; |
|
56 | + /** |
|
57 | + * Optional. True, if the supergroup chat is a forum (has topics enabled) |
|
58 | + */ |
|
59 | + public $is_forum = false; |
|
60 | 60 | |
61 | 61 | /** |
62 | 62 | * Optional. Chat photo. |
@@ -72,7 +72,7 @@ |
||
72 | 72 | 'The key "%s" does not exist in the class %s! Maybe a recent Telegram Bot API update? In any way, please '. |
73 | 73 | 'submit an issue (bug report) at %s with this complete log line', |
74 | 74 | $key, |
75 | - static::class, |
|
75 | + static::class, |
|
76 | 76 | 'https://github.com/unreal4u/telegram-api/issues', |
77 | 77 | ), [ |
78 | 78 | 'object' => static::class, |