Passed
Pull Request — master (#449)
by Alexander
02:30
created
src/Types/ChatJoinRequest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
      *
13 13
      * @var array
14 14
      */
15
-    protected static $requiredParams = ['chat', 'from', 'user_chat_id', 'date'];
15
+    protected static $requiredParams = [ 'chat', 'from', 'user_chat_id', 'date' ];
16 16
 
17 17
     /**
18 18
      * {@inheritdoc}
Please login to merge, or discard this patch.
src/Types/ChatMemberUpdated.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
      *
13 13
      * @var array
14 14
      */
15
-    protected static $requiredParams = ['chat', 'from', 'date', 'old_chat_member', 'new_chat_member'];
15
+    protected static $requiredParams = [ 'chat', 'from', 'date', 'old_chat_member', 'new_chat_member' ];
16 16
 
17 17
     /**
18 18
      * {@inheritdoc}
Please login to merge, or discard this patch.
src/Types/ChatInviteLink.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
      *
13 13
      * @var array
14 14
      */
15
-    protected static $requiredParams = ['invite_link', 'creator', 'creates_join_request', 'is_primary', 'is_revoked'];
15
+    protected static $requiredParams = [ 'invite_link', 'creator', 'creates_join_request', 'is_primary', 'is_revoked' ];
16 16
 
17 17
     /**
18 18
      * {@inheritdoc}
Please login to merge, or discard this patch.