@@ -50,7 +50,7 @@ |
||
50 | 50 | public bool $disable_content_type_detection; |
51 | 51 | |
52 | 52 | |
53 | - public function __construct(stdClass|null $object = null) { |
|
53 | + public function __construct(stdClass | null $object = null) { |
|
54 | 54 | if ($object != null) { |
55 | 55 | parent::__construct($object, self::subs); |
56 | 56 | } |
@@ -33,7 +33,7 @@ |
||
33 | 33 | public int $file_size; |
34 | 34 | |
35 | 35 | |
36 | - public function __construct(stdClass|null $object = null) { |
|
36 | + public function __construct(stdClass | null $object = null) { |
|
37 | 37 | if ($object != null) { |
38 | 38 | parent::__construct($object, self::subs); |
39 | 39 | } |
@@ -49,7 +49,7 @@ |
||
49 | 49 | public webAppInfo $web_app; |
50 | 50 | |
51 | 51 | |
52 | - public function __construct(stdClass|null $object = null) { |
|
52 | + public function __construct(stdClass | null $object = null) { |
|
53 | 53 | if ($object != null) { |
54 | 54 | parent::__construct($object, self::subs); |
55 | 55 | } |
@@ -11,7 +11,7 @@ |
||
11 | 11 | /** Keep all of properties which has sub properties */ |
12 | 12 | private const subs = []; |
13 | 13 | |
14 | - public function __construct(stdClass|null $object = null) { |
|
14 | + public function __construct(stdClass | null $object = null) { |
|
15 | 15 | if ($object != null) { |
16 | 16 | parent::__construct($object, self::subs); |
17 | 17 | } |
@@ -33,7 +33,7 @@ |
||
33 | 33 | public int $file_size; |
34 | 34 | |
35 | 35 | |
36 | - public function __construct(stdClass|null $object = null) { |
|
36 | + public function __construct(stdClass | null $object = null) { |
|
37 | 37 | if ($object != null) { |
38 | 38 | parent::__construct($object, self::subs); |
39 | 39 | } |
@@ -76,7 +76,7 @@ |
||
76 | 76 | public string $element_hash; |
77 | 77 | |
78 | 78 | |
79 | - public function __construct(stdClass|null $object = null) { |
|
79 | + public function __construct(stdClass | null $object = null) { |
|
80 | 80 | if ($object != null) { |
81 | 81 | parent::__construct($object, self::subs); |
82 | 82 | } |
@@ -314,7 +314,7 @@ |
||
314 | 314 | public string $audio_file_id; |
315 | 315 | |
316 | 316 | |
317 | - public function __construct(stdClass|null $object = null) { |
|
317 | + public function __construct(stdClass | null $object = null) { |
|
318 | 318 | if ($object != null) { |
319 | 319 | parent::__construct($object, self::subs); |
320 | 320 | } |
@@ -15,7 +15,7 @@ |
||
15 | 15 | public string $type; |
16 | 16 | |
17 | 17 | |
18 | - public function __construct(stdClass|null $object = null) { |
|
18 | + public function __construct(stdClass | null $object = null) { |
|
19 | 19 | if ($object != null) { |
20 | 20 | parent::__construct($object, self::subs); |
21 | 21 | } |
@@ -53,7 +53,7 @@ |
||
53 | 53 | public int $duration; |
54 | 54 | |
55 | 55 | |
56 | - public function __construct(stdClass|null $object = null) { |
|
56 | + public function __construct(stdClass | null $object = null) { |
|
57 | 57 | if ($object != null) { |
58 | 58 | parent::__construct($object, self::subs); |
59 | 59 | } |