Completed
Push — master ( 12971d...b0f7ef )
by Camilo
21s queued 17s
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.
Please login to merge, or discard this patch.