Passed
Pull Request — master (#422)
by Alexander
01:57
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.