Completed
Push — master ( 3a901e...f01f2a )
by Alexander
15s queued 13s
created
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.
src/Types/Payments/ShippingAddress.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 = ['country_code', 'state', 'city', 'street_line1', 'street_line2', 'post_code'];
18
+    protected static $requiredParams = [ 'country_code', 'state', 'city', 'street_line1', 'street_line2', 'post_code' ];
19 19
 
20 20
     /**
21 21
      * @var array
Please login to merge, or discard this patch.
src/Types/Payments/LabeledPrice.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 = ['label', 'amount'];
18
+    protected static $requiredParams = [ 'label', 'amount' ];
19 19
 
20 20
     /**
21 21
      * @var array
Please login to merge, or discard this patch.
src/Types/Payments/Query/PreCheckoutQuery.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', 'currency', 'total_amount', 'invoice_payload'];
20
+    protected static $requiredParams = [ 'id', 'from', 'currency', 'total_amount', 'invoice_payload' ];
21 21
 
22 22
     /**
23 23
      * @var array
Please login to merge, or discard this patch.
src/Types/Payments/Query/AnswerPreCheckoutQuery.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 = ['pre_checkout_query_id', 'ok'];
18
+    protected static $requiredParams = [ 'pre_checkout_query_id', 'ok' ];
19 19
 
20 20
     /**
21 21
      * @var array
Please login to merge, or discard this patch.
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.