@@ -20,14 +20,14 @@ |
||
20 | 20 | class VideoNote extends Entity |
21 | 21 | { |
22 | 22 | |
23 | - /** |
|
24 | - * {@inheritdoc} |
|
25 | - */ |
|
26 | - protected function subEntities(): array |
|
27 | - { |
|
28 | - return [ |
|
29 | - 'thumb' => PhotoSize::class, |
|
30 | - ]; |
|
31 | - } |
|
23 | + /** |
|
24 | + * {@inheritdoc} |
|
25 | + */ |
|
26 | + protected function subEntities(): array |
|
27 | + { |
|
28 | + return [ |
|
29 | + 'thumb' => PhotoSize::class, |
|
30 | + ]; |
|
31 | + } |
|
32 | 32 | |
33 | 33 | } |
@@ -21,14 +21,14 @@ |
||
21 | 21 | class Venue extends Entity |
22 | 22 | { |
23 | 23 | |
24 | - /** |
|
25 | - * {@inheritdoc} |
|
26 | - */ |
|
27 | - protected function subEntities(): array |
|
28 | - { |
|
29 | - return [ |
|
30 | - 'location' => Location::class, |
|
31 | - ]; |
|
32 | - } |
|
24 | + /** |
|
25 | + * {@inheritdoc} |
|
26 | + */ |
|
27 | + protected function subEntities(): array |
|
28 | + { |
|
29 | + return [ |
|
30 | + 'location' => Location::class, |
|
31 | + ]; |
|
32 | + } |
|
33 | 33 | |
34 | 34 | } |
@@ -20,9 +20,9 @@ |
||
20 | 20 | class ChatJoinRequest extends Entity |
21 | 21 | { |
22 | 22 | |
23 | - /** |
|
24 | - * {@inheritdoc} |
|
25 | - */ |
|
23 | + /** |
|
24 | + * {@inheritdoc} |
|
25 | + */ |
|
26 | 26 | protected function subEntities(): array |
27 | 27 | { |
28 | 28 | return [ |
@@ -23,14 +23,14 @@ |
||
23 | 23 | class Video extends Entity |
24 | 24 | { |
25 | 25 | |
26 | - /** |
|
27 | - * {@inheritdoc} |
|
28 | - */ |
|
29 | - protected function subEntities(): array |
|
30 | - { |
|
31 | - return [ |
|
32 | - 'thumb' => PhotoSize::class, |
|
33 | - ]; |
|
34 | - } |
|
26 | + /** |
|
27 | + * {@inheritdoc} |
|
28 | + */ |
|
29 | + protected function subEntities(): array |
|
30 | + { |
|
31 | + return [ |
|
32 | + 'thumb' => PhotoSize::class, |
|
33 | + ]; |
|
34 | + } |
|
35 | 35 | |
36 | 36 | } |
@@ -17,14 +17,14 @@ |
||
17 | 17 | class ChatLocation extends Entity |
18 | 18 | { |
19 | 19 | |
20 | - /** |
|
21 | - * {@inheritdoc} |
|
22 | - */ |
|
23 | - protected function subEntities(): array |
|
24 | - { |
|
25 | - return [ |
|
26 | - 'location' => Location::class, |
|
27 | - ]; |
|
28 | - } |
|
20 | + /** |
|
21 | + * {@inheritdoc} |
|
22 | + */ |
|
23 | + protected function subEntities(): array |
|
24 | + { |
|
25 | + return [ |
|
26 | + 'location' => Location::class, |
|
27 | + ]; |
|
28 | + } |
|
29 | 29 | |
30 | 30 | } |
@@ -16,14 +16,14 @@ |
||
16 | 16 | class VoiceChatParticipantsInvited extends Entity |
17 | 17 | { |
18 | 18 | |
19 | - /** |
|
20 | - * {@inheritdoc} |
|
21 | - */ |
|
22 | - protected function subEntities(): array |
|
23 | - { |
|
24 | - return [ |
|
25 | - 'users' => [User::class], |
|
26 | - ]; |
|
27 | - } |
|
19 | + /** |
|
20 | + * {@inheritdoc} |
|
21 | + */ |
|
22 | + protected function subEntities(): array |
|
23 | + { |
|
24 | + return [ |
|
25 | + 'users' => [User::class], |
|
26 | + ]; |
|
27 | + } |
|
28 | 28 | |
29 | 29 | } |