@@ -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} |
@@ -19,7 +19,7 @@ |
||
| 19 | 19 | * |
| 20 | 20 | * @var array |
| 21 | 21 | */ |
| 22 | - protected static $requiredParams = ['file_id', 'file_unique_id', 'duration']; |
|
| 22 | + protected static $requiredParams = [ 'file_id', 'file_unique_id', 'duration' ]; |
|
| 23 | 23 | |
| 24 | 24 | /** |
| 25 | 25 | * {@inheritdoc} |
@@ -13,7 +13,7 @@ |
||
| 13 | 13 | * |
| 14 | 14 | * @var array |
| 15 | 15 | */ |
| 16 | - protected static $requiredParams = ['id', 'type']; |
|
| 16 | + protected static $requiredParams = [ 'id', 'type' ]; |
|
| 17 | 17 | |
| 18 | 18 | /** |
| 19 | 19 | * {@inheritdoc} |
@@ -12,7 +12,7 @@ |
||
| 12 | 12 | * |
| 13 | 13 | * @var array |
| 14 | 14 | */ |
| 15 | - protected static $requiredParams = ['location', 'address']; |
|
| 15 | + protected static $requiredParams = [ 'location', 'address' ]; |
|
| 16 | 16 | |
| 17 | 17 | /** |
| 18 | 18 | * {@inheritdoc} |
@@ -16,7 +16,7 @@ discard block |
||
| 16 | 16 | * |
| 17 | 17 | * @var array |
| 18 | 18 | */ |
| 19 | - protected static $requiredParams = ['message_id', 'date', 'chat']; |
|
| 19 | + protected static $requiredParams = [ 'message_id', 'date', 'chat' ]; |
|
| 20 | 20 | |
| 21 | 21 | /** |
| 22 | 22 | * {@inheritdoc} |
@@ -1044,7 +1044,7 @@ discard block |
||
| 1044 | 1044 | */ |
| 1045 | 1045 | public function setDeleteChatPhoto($deleteChatPhoto) |
| 1046 | 1046 | { |
| 1047 | - $this->deleteChatPhoto = (bool)$deleteChatPhoto; |
|
| 1047 | + $this->deleteChatPhoto = (bool) $deleteChatPhoto; |
|
| 1048 | 1048 | } |
| 1049 | 1049 | |
| 1050 | 1050 | /** |
@@ -1060,7 +1060,7 @@ discard block |
||
| 1060 | 1060 | */ |
| 1061 | 1061 | public function setGroupChatCreated($groupChatCreated) |
| 1062 | 1062 | { |
| 1063 | - $this->groupChatCreated = (bool)$groupChatCreated; |
|
| 1063 | + $this->groupChatCreated = (bool) $groupChatCreated; |
|
| 1064 | 1064 | } |
| 1065 | 1065 | |
| 1066 | 1066 | /** |
@@ -19,7 +19,7 @@ |
||
| 19 | 19 | * |
| 20 | 20 | * @var array |
| 21 | 21 | */ |
| 22 | - protected static $requiredParams = ['total_count', 'photos']; |
|
| 22 | + protected static $requiredParams = [ 'total_count', 'photos' ]; |
|
| 23 | 23 | |
| 24 | 24 | /** |
| 25 | 25 | * {@inheritdoc} |