Passed
Pull Request — master (#408)
by Alexander
02:08 queued 28s
created
src/Types/CallbackQuery.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
      *
24 24
      * @var array
25 25
      */
26
-    static protected $requiredParams = ['id', 'from'];
26
+    static protected $requiredParams = [ 'id', 'from' ];
27 27
 
28 28
     /**
29 29
      * {@inheritdoc}
Please login to merge, or discard this patch.
src/Types/ChatMember.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
-    static protected $requiredParams = ['user', 'status'];
14
+    static protected $requiredParams = [ 'user', 'status' ];
15 15
 
16 16
     /**
17 17
      * {@inheritdoc}
Please login to merge, or discard this patch.
src/Types/PollOption.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
-    static protected $requiredParams = ['text', 'voter_count'];
22
+    static protected $requiredParams = [ 'text', 'voter_count' ];
23 23
 
24 24
     /**
25 25
      * {@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
-    static protected $requiredParams = ['small_file_id', 'big_file_id'];
14
+    static protected $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
-    static protected $requiredParams = ['file_id', 'file_unique_id', 'width', 'height', 'duration'];
22
+    static protected $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
-    static protected $requiredParams = [];
15
+    static protected $requiredParams = [ ];
16 16
 
17 17
     /**
18 18
      * {@inheritdoc}
Please login to merge, or discard this patch.
src/Types/ForumTopicCreated.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 = ['name', 'icon_color'];
22
+    protected static $requiredParams = [ 'name', 'icon_color' ];
23 23
 
24 24
     /**
25 25
      * {@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
-    static protected $requiredParams = ['file_id', 'file_unique_id'];
37
+    static protected $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
-    static protected $requiredParams = ['latitude', 'longitude'];
22
+    static protected $requiredParams = [ 'latitude', 'longitude' ];
23 23
 
24 24
     /**
25 25
      * {@inheritdoc}
Please login to merge, or discard this patch.