Completed
Push — master ( 70f478...12971d )
by Camilo
15s queued 12s
created
src/Telegram/Types/Chat.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -53,10 +53,10 @@
 block discarded – undo
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. Returned only in {@see getChat}
Please login to merge, or discard this patch.
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.