@@ -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 |
@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types = 1); |
|
3 | +declare(strict_types=1); |
|
4 | 4 | |
5 | 5 | namespace unreal4u\TelegramAPI\Telegram\Methods; |
6 | 6 |
@@ -66,7 +66,7 @@ |
||
66 | 66 | } |
67 | 67 | } |
68 | 68 | $logger->error(sprintf( |
69 | - 'Unable to detect correct "%s" class based on status = "%s"! Maybe a recent Telegram Bot ' . |
|
69 | + 'Unable to detect correct "%s" class based on status = "%s"! Maybe a recent Telegram Bot '. |
|
70 | 70 | 'API update? In any way, please submit an issue (bug report) at %s with this complete log line', |
71 | 71 | self::class, |
72 | 72 | $status ?? 'null', |