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