Passed
Pull Request — master (#412)
by Alexander
01:57
created
src/Types/Payments/Query/AnswerShippingQuery.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
     /**
18 18
      * @var array
19 19
      */
20
-    protected static $requiredParams = ['shipping_query_id', 'ok'];
20
+    protected static $requiredParams = [ 'shipping_query_id', 'ok' ];
21 21
 
22 22
     /**
23 23
      * @var array
Please login to merge, or discard this patch.
src/Types/Payments/Query/ShippingQuery.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
     /**
18 18
      * @var array
19 19
      */
20
-    protected static $requiredParams = ['id', 'from', 'invoice_payload', 'shipping_address'];
20
+    protected static $requiredParams = [ 'id', 'from', 'invoice_payload', 'shipping_address' ];
21 21
 
22 22
     /**
23 23
      * {@inheritdoc}
Please login to merge, or discard this patch.
src/Types/Payments/OrderInfo.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
     /**
16 16
      * @var array
17 17
      */
18
-    protected static $requiredParams = [];
18
+    protected static $requiredParams = [ ];
19 19
 
20 20
     /**
21 21
      * @var array
Please login to merge, or discard this patch.
src/Types/Payments/ShippingOption.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
     /**
16 16
      * @var array
17 17
      */
18
-    protected static $requiredParams = ['id', 'title', 'prices'];
18
+    protected static $requiredParams = [ 'id', 'title', 'prices' ];
19 19
 
20 20
     /**
21 21
      * @var array
Please login to merge, or discard this patch.
src/Types/Payments/Invoice.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
     /**
16 16
      * @var array
17 17
      */
18
-    protected static $requiredParams = ['title', 'description', 'start_parameter', 'currency', 'total_amount'];
18
+    protected static $requiredParams = [ 'title', 'description', 'start_parameter', 'currency', 'total_amount' ];
19 19
 
20 20
     /**
21 21
      * @var array
Please login to merge, or discard this patch.
src/Types/LoginUrl.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
     /**
15 15
      * @var array
16 16
      */
17
-    protected static $requiredParams = ['url'];
17
+    protected static $requiredParams = [ 'url' ];
18 18
 
19 19
     /**
20 20
      * {@inheritdoc}
Please login to merge, or discard this patch.
src/Types/ReplyKeyboardMarkup.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@  discard block
 block discarded – undo
17 17
      *
18 18
      * @var array
19 19
      */
20
-    protected static $requiredParams = ['keyboard'];
20
+    protected static $requiredParams = [ 'keyboard' ];
21 21
 
22 22
     /**
23 23
      * {@inheritdoc}
@@ -65,7 +65,7 @@  discard block
 block discarded – undo
65 65
      */
66 66
     protected $selective;
67 67
 
68
-    public function __construct($keyboard = [], $oneTimeKeyboard = null, $resizeKeyboard = null, $selective = null)
68
+    public function __construct($keyboard = [ ], $oneTimeKeyboard = null, $resizeKeyboard = null, $selective = null)
69 69
     {
70 70
         $this->keyboard = $keyboard;
71 71
         $this->oneTimeKeyboard = $oneTimeKeyboard;
Please login to merge, or discard this patch.
src/Types/Video.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', 'duration'];
22
+    protected static $requiredParams = [ 'file_id', 'file_unique_id', 'width', 'height', 'duration' ];
23 23
 
24 24
     /**
25 25
      * {@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
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
      *
20 20
      * @var array
21 21
      */
22
-    protected static $requiredParams = ['latitude', 'longitude'];
22
+    protected static $requiredParams = [ 'latitude', 'longitude' ];
23 23
 
24 24
     /**
25 25
      * {@inheritdoc}
Please login to merge, or discard this patch.