Completed
Pull Request — master (#154)
by
unknown
06:46
created
src/Telegram/Types/Message.php 1 patch
Indentation   +31 added lines, -31 removed lines patch added patch discarded remove patch
@@ -95,15 +95,15 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
Please login to merge, or discard this patch.
src/Telegram/Methods/SetStickerSetThumbnail.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
src/Telegram/Types/ChatMember.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
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',
Please login to merge, or discard this patch.