Passed
Pull Request — master (#423)
by Alexander
01:51
created
src/Types/PollOption.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 = ['text', 'voter_count'];
21
+    protected static $requiredParams = [ 'text', 'voter_count' ];
22 22
 
23 23
     /**
24 24
      * {@inheritdoc}
Please login to merge, or discard this patch.
src/Types/ChatPhoto.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
      *
12 12
      * @var array
13 13
      */
14
-    protected static $requiredParams = ['small_file_id', 'big_file_id'];
14
+    protected static $requiredParams = [ 'small_file_id', 'big_file_id' ];
15 15
 
16 16
     /**
17 17
      * {@inheritdoc}
Please login to merge, or discard this patch.
src/Types/Animation.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
      *
20 20
      * @var array
21 21
      */
22
-    protected static $requiredParams = ['file_id', 'file_unique_id', 'width', 'height', 'duration'];
22
+    protected static $requiredParams = [ 'file_id', 'file_unique_id', 'width', 'height', 'duration' ];
23 23
 
24 24
     /**
25 25
      * {@inheritdoc}
Please login to merge, or discard this patch.
src/Types/ChatPermissions.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/Document.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
      *
35 35
      * @var array
36 36
      */
37
-    protected static $requiredParams = ['file_id', 'file_unique_id'];
37
+    protected static $requiredParams = [ 'file_id', 'file_unique_id' ];
38 38
 
39 39
     /**
40 40
      * Unique identifier for this file
Please login to merge, or discard this patch.
src/Types/Location.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
      *
20 20
      * @var array
21 21
      */
22
-    protected static $requiredParams = ['latitude', 'longitude'];
22
+    protected static $requiredParams = [ 'latitude', 'longitude' ];
23 23
 
24 24
     /**
25 25
      * {@inheritdoc}
Please login to merge, or discard this patch.
src/Types/BotCommand.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 = ['command', 'description'];
15
+    protected static $requiredParams = [ 'command', 'description' ];
16 16
 
17 17
     /**
18 18
      * {@inheritdoc}
Please login to merge, or discard this patch.
src/Types/Dice.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
      *
17 17
      * @var array
18 18
      */
19
-    protected static $requiredParams = ['emoji', 'value'];
19
+    protected static $requiredParams = [ 'emoji', 'value' ];
20 20
 
21 21
     /**
22 22
      * {@inheritdoc}
Please login to merge, or discard this patch.
src/Types/Contact.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 = ['phone_number', 'first_name'];
21
+    protected static $requiredParams = [ 'phone_number', 'first_name' ];
22 22
 
23 23
     /**
24 24
      * {@inheritdoc}
Please login to merge, or discard this patch.