Passed
Push — master ( fea7c3...78ca7b )
by Alexander
02:51 queued 46s
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}
@@ -90,7 +90,7 @@  discard block
 block discarded – undo
90 90
      * @param bool|null $isPersistent
91 91
      * @param string|null $inputFieldPlaceholder
92 92
      */
93
-    public function __construct($keyboard = [], $oneTimeKeyboard = null, $resizeKeyboard = null, $selective = null, $isPersistent = null, $inputFieldPlaceholder = null)
93
+    public function __construct($keyboard = [ ], $oneTimeKeyboard = null, $resizeKeyboard = null, $selective = null, $isPersistent = null, $inputFieldPlaceholder = null)
94 94
     {
95 95
         $this->keyboard = $keyboard;
96 96
         $this->oneTimeKeyboard = $oneTimeKeyboard;
Please login to merge, or discard this patch.