Completed
Pull Request — master (#150)
by
unknown
09:26
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
@@ -359,29 +359,29 @@  discard block
 block discarded – undo
359 359
      */
360 360
     public $proximity_alert_triggered;
361 361
 
362
-	/**
363
-     * Optional. Service message: forum topic created
364
-	 * @var ForumTopicCreated
365
-	 */
366
-	public $forum_topic_created;
367
-
368
-	/**
369
-     * Optional. Service message: forum topic edited
370
-	 * @var ForumTopicEdited
371
-	 */
372
-	public $forum_topic_edited;
373
-
374
-	/**
375
-     * Optional. Service message: forum topic closed
376
-	 * @var ForumTopicClosed
377
-	 */
378
-	public $forum_topic_closed;
379
-
380
-	/**
381
-     * Optional. Service message: forum topic reopened
382
-	 * @var ForumTopicReopened
383
-	 */
384
-	public $forum_topic_reopened;
362
+ /**
363
+  * Optional. Service message: forum topic created
364
+  * @var ForumTopicCreated
365
+  */
366
+ public $forum_topic_created;
367
+
368
+ /**
369
+  * Optional. Service message: forum topic edited
370
+  * @var ForumTopicEdited
371
+  */
372
+ public $forum_topic_edited;
373
+
374
+ /**
375
+  * Optional. Service message: forum topic closed
376
+  * @var ForumTopicClosed
377
+  */
378
+ public $forum_topic_closed;
379
+
380
+ /**
381
+  * Optional. Service message: forum topic reopened
382
+  * @var ForumTopicReopened
383
+  */
384
+ public $forum_topic_reopened;
385 385
 
386 386
     /**
387 387
      * @var Markup
Please login to merge, or discard this patch.