Passed
Push — master ( 2c8fc0...fea7c3 )
by Alexander
04:10 queued 01:49
created
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}
@@ -81,7 +81,7 @@  discard block
 block discarded – undo
81 81
      * @param bool|null $selective
82 82
      * @param bool|null $isPersistent
83 83
      */
84
-    public function __construct($keyboard = [], $oneTimeKeyboard = null, $resizeKeyboard = null, $selective = null, $isPersistent = null)
84
+    public function __construct($keyboard = [ ], $oneTimeKeyboard = null, $resizeKeyboard = null, $selective = null, $isPersistent = null)
85 85
     {
86 86
         $this->keyboard = $keyboard;
87 87
         $this->oneTimeKeyboard = $oneTimeKeyboard;
Please login to merge, or discard this patch.
src/Types/SentWebAppMessage.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
      *
13 13
      * @var array
14 14
      */
15
-    protected static $requiredParams = [];
15
+    protected static $requiredParams = [ ];
16 16
 
17 17
     /**
18 18
      * {@inheritdoc}
Please login to merge, or discard this patch.
src/Types/WebAppData.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
      *
13 13
      * @var array
14 14
      */
15
-    protected static $requiredParams = ['data', 'button_text'];
15
+    protected static $requiredParams = [ 'data', 'button_text' ];
16 16
 
17 17
     /**
18 18
      * {@inheritdoc}
Please login to merge, or discard this patch.