Passed
Push — master ( 2c8fc0...fea7c3 )
by Alexander
04:10 queued 01:49
created
src/Types/Inline/ChosenInlineResult.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 = ['result_id', 'from', 'query'];
22
+    protected static $requiredParams = [ 'result_id', 'from', 'query' ];
23 23
 
24 24
     /**
25 25
      * {@inheritdoc}
Please login to merge, or discard this patch.
src/Types/Venue.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
      *
25 25
      * @var array
26 26
      */
27
-    protected static $requiredParams = ['location', 'title', 'address'];
27
+    protected static $requiredParams = [ 'location', 'title', 'address' ];
28 28
 
29 29
     /**
30 30
      * {@inheritdoc}
Please login to merge, or discard this patch.
src/Types/PollAnswer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
      *
22 22
      * @var array
23 23
      */
24
-    protected static $requiredParams = ['poll_id', 'option_ids', 'user'];
24
+    protected static $requiredParams = [ 'poll_id', 'option_ids', 'user' ];
25 25
 
26 26
     /**
27 27
      * {@inheritdoc}
Please login to merge, or discard this patch.
src/Types/ForceReply.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 = ['force_reply'];
22
+    protected static $requiredParams = [ 'force_reply' ];
23 23
 
24 24
     /**
25 25
      * {@inheritdoc}
Please login to merge, or discard this patch.
src/Types/ReplyKeyboardRemove.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 = ['remove_keyboard'];
21
+    protected static $requiredParams = [ 'remove_keyboard' ];
22 22
 
23 23
     /**
24 24
      * {@inheritdoc}
Please login to merge, or discard this patch.
src/Types/PhotoSize.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 = ['file_id', 'file_unique_id', 'width', 'height'];
22
+    protected static $requiredParams = [ 'file_id', 'file_unique_id', 'width', 'height' ];
23 23
 
24 24
     /**
25 25
      * {@inheritdoc}
Please login to merge, or discard this patch.
src/Types/MessageEntity.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
      *
42 42
      * @var array
43 43
      */
44
-    protected static $requiredParams = ['type', 'offset', 'length'];
44
+    protected static $requiredParams = [ 'type', 'offset', 'length' ];
45 45
 
46 46
     /**
47 47
      * {@inheritdoc}
Please login to merge, or discard this patch.
src/Types/Update.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
      *
24 24
      * @var array
25 25
      */
26
-    protected static $requiredParams = ['update_id'];
26
+    protected static $requiredParams = [ 'update_id' ];
27 27
 
28 28
     /**
29 29
      * {@inheritdoc}
Please login to merge, or discard this patch.
src/Types/InputMedia/InputMedia.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', 'media'];
21
+    protected static $requiredParams = [ 'type', 'media' ];
22 22
 
23 23
     /**
24 24
      * {@inheritdoc}
Please login to merge, or discard this patch.