@@ -18,7 +18,7 @@ |
||
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} |
@@ -11,7 +11,7 @@ |
||
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} |
@@ -19,7 +19,7 @@ |
||
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} |
@@ -12,7 +12,7 @@ |
||
12 | 12 | * |
13 | 13 | * @var array |
14 | 14 | */ |
15 | - protected static $requiredParams = []; |
|
15 | + protected static $requiredParams = [ ]; |
|
16 | 16 | |
17 | 17 | /** |
18 | 18 | * {@inheritdoc} |
@@ -34,7 +34,7 @@ |
||
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 |
@@ -19,7 +19,7 @@ |
||
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} |
@@ -12,7 +12,7 @@ |
||
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} |
@@ -16,7 +16,7 @@ |
||
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} |
@@ -18,7 +18,7 @@ |
||
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} |