Passed
Pull Request — master (#412)
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}
@@ -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.