Completed
Push — master ( a0a99e...ff1ff9 )
by Alexander
15s queued 14s
created
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/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.
src/Types/Inline/QueryResult/Photo.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 = ['type', 'id', 'photo_url', 'thumb_url'];
22
+    protected static $requiredParams = [ 'type', 'id', 'photo_url', 'thumb_url' ];
23 23
 
24 24
     /**
25 25
      * {@inheritdoc}
Please login to merge, or discard this patch.
src/Types/Inline/QueryResult/Location.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
      *
30 30
      * @var array
31 31
      */
32
-    protected static $requiredParams = ['type', 'id', 'latitude', 'longitude', 'title'];
32
+    protected static $requiredParams = [ 'type', 'id', 'latitude', 'longitude', 'title' ];
33 33
 
34 34
     /**
35 35
      * {@inheritdoc}
Please login to merge, or discard this patch.
src/Types/Inline/QueryResult/Video.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
      *
19 19
      * @var array
20 20
      */
21
-    protected static $requiredParams = ['type', 'id', 'video_url', 'mime_type', 'thumb_url', 'title'];
21
+    protected static $requiredParams = [ 'type', 'id', 'video_url', 'mime_type', 'thumb_url', 'title' ];
22 22
 
23 23
     /**
24 24
      * {@inheritdoc}
Please login to merge, or discard this patch.
src/Types/Inline/QueryResult/Contact.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
      *
19 19
      * @var array
20 20
      */
21
-    protected static $requiredParams = ['type', 'id', 'phone_number', 'first_name'];
21
+    protected static $requiredParams = [ 'type', 'id', 'phone_number', 'first_name' ];
22 22
 
23 23
     /**
24 24
      * {@inheritdoc}
Please login to merge, or discard this patch.
src/Types/Inline/QueryResult/Audio.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
      *
30 30
      * @var array
31 31
      */
32
-    protected static $requiredParams = ['type', 'id', 'audio_url', 'title'];
32
+    protected static $requiredParams = [ 'type', 'id', 'audio_url', 'title' ];
33 33
 
34 34
     /**
35 35
      * {@inheritdoc}
Please login to merge, or discard this patch.