Completed
Push — master ( 3a901e...f01f2a )
by Alexander
15s queued 13s
created
src/Types/Message.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@  discard block
 block discarded – undo
16 16
      *
17 17
      * @var array
18 18
      */
19
-    protected static $requiredParams = ['message_id', 'date', 'chat'];
19
+    protected static $requiredParams = [ 'message_id', 'date', 'chat' ];
20 20
 
21 21
     /**
22 22
      * {@inheritdoc}
@@ -1044,7 +1044,7 @@  discard block
 block discarded – undo
1044 1044
      */
1045 1045
     public function setDeleteChatPhoto($deleteChatPhoto)
1046 1046
     {
1047
-        $this->deleteChatPhoto = (bool)$deleteChatPhoto;
1047
+        $this->deleteChatPhoto = (bool) $deleteChatPhoto;
1048 1048
     }
1049 1049
 
1050 1050
     /**
@@ -1060,7 +1060,7 @@  discard block
 block discarded – undo
1060 1060
      */
1061 1061
     public function setGroupChatCreated($groupChatCreated)
1062 1062
     {
1063
-        $this->groupChatCreated = (bool)$groupChatCreated;
1063
+        $this->groupChatCreated = (bool) $groupChatCreated;
1064 1064
     }
1065 1065
 
1066 1066
     /**
Please login to merge, or discard this patch.
src/Types/UserProfilePhotos.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
      *
20 20
      * @var array
21 21
      */
22
-    protected static $requiredParams = ['total_count', 'photos'];
22
+    protected static $requiredParams = [ 'total_count', 'photos' ];
23 23
 
24 24
     /**
25 25
      * {@inheritdoc}
Please login to merge, or discard this patch.
src/Types/User.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
      *
20 20
      * @var array
21 21
      */
22
-    protected static $requiredParams = ['id', 'first_name'];
22
+    protected static $requiredParams = [ 'id', 'first_name' ];
23 23
 
24 24
     /**
25 25
      * {@inheritdoc}
Please login to merge, or discard this patch.
src/Types/ReplyKeyboardHide.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
      *
21 21
      * @var array
22 22
      */
23
-    protected static $requiredParams = ['hide_keyboard'];
23
+    protected static $requiredParams = [ 'hide_keyboard' ];
24 24
 
25 25
     /**
26 26
      * {@inheritdoc}
Please login to merge, or discard this patch.
src/Types/WebhookInfo.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
      *
23 23
      * @var array
24 24
      */
25
-    protected static $requiredParams = ['url', 'has_custom_certificate', 'pending_update_count'];
25
+    protected static $requiredParams = [ 'url', 'has_custom_certificate', 'pending_update_count' ];
26 26
 
27 27
     /**
28 28
      * {@inheritdoc}
Please login to merge, or discard this patch.
src/Types/Inline/InputMessageContent/Location.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
      *
26 26
      * @var array
27 27
      */
28
-    protected static $requiredParams = ['latitude', 'longitude'];
28
+    protected static $requiredParams = [ 'latitude', 'longitude' ];
29 29
 
30 30
     /**
31 31
      * {@inheritdoc}
Please login to merge, or discard this patch.
src/Types/Inline/InputMessageContent/Contact.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
      *
27 27
      * @var array
28 28
      */
29
-    protected static $requiredParams = ['phone_number', 'first_name'];
29
+    protected static $requiredParams = [ 'phone_number', 'first_name' ];
30 30
 
31 31
     /**
32 32
      * {@inheritdoc}
Please login to merge, or discard this patch.
src/Types/Inline/InputMessageContent/Text.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
      *
26 26
      * @var array
27 27
      */
28
-    protected static $requiredParams = ['message_text'];
28
+    protected static $requiredParams = [ 'message_text' ];
29 29
 
30 30
     /**
31 31
      * {@inheritdoc}
Please login to merge, or discard this patch.
src/Types/Inline/InputMessageContent/Venue.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
      *
26 26
      * @var array
27 27
      */
28
-    protected static $requiredParams = ['latitude', 'longitude', 'title', 'address'];
28
+    protected static $requiredParams = [ 'latitude', 'longitude', 'title', 'address' ];
29 29
 
30 30
     /**
31 31
      * {@inheritdoc}
Please login to merge, or discard this patch.