@@ -22,7 +22,7 @@ |
||
| 22 | 22 | public int $distance; |
| 23 | 23 | |
| 24 | 24 | |
| 25 | - public function __construct(stdClass|null $object = null) { |
|
| 25 | + public function __construct(stdClass | null $object = null) { |
|
| 26 | 26 | if ($object != null) { |
| 27 | 27 | parent::__construct($object, self::subs); |
| 28 | 28 | } |
@@ -21,7 +21,7 @@ |
||
| 21 | 21 | public int $user_id; |
| 22 | 22 | |
| 23 | 23 | |
| 24 | - public function __construct(stdClass|null $object = null) { |
|
| 24 | + public function __construct(stdClass | null $object = null) { |
|
| 25 | 25 | if ($object != null) { |
| 26 | 26 | parent::__construct($object, self::subs); |
| 27 | 27 | } |
@@ -15,7 +15,7 @@ |
||
| 15 | 15 | public int $start_date; |
| 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 | } |
@@ -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 | } |
@@ -49,7 +49,7 @@ |
||
| 49 | 49 | public bool $supports_inline_queries; |
| 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 | } |
@@ -36,7 +36,7 @@ |
||
| 36 | 36 | public string $file_path; |
| 37 | 37 | |
| 38 | 38 | |
| 39 | - public function __construct(stdClass|null $object = null) { |
|
| 39 | + public function __construct(stdClass | null $object = null) { |
|
| 40 | 40 | if ($object != null) { |
| 41 | 41 | parent::__construct($object, self::subs); |
| 42 | 42 | } |
@@ -18,7 +18,7 @@ |
||
| 18 | 18 | public int $voter_count; |
| 19 | 19 | |
| 20 | 20 | |
| 21 | - public function __construct(stdClass|null $object = null) { |
|
| 21 | + public function __construct(stdClass | null $object = null) { |
|
| 22 | 22 | if ($object != null) { |
| 23 | 23 | parent::__construct($object, self::subs); |
| 24 | 24 | } |
@@ -103,7 +103,7 @@ |
||
| 103 | 103 | public chatJoinRequest $chat_join_request; |
| 104 | 104 | |
| 105 | 105 | |
| 106 | - public function __construct(stdClass|null $object = null) { |
|
| 106 | + public function __construct(stdClass | null $object = null) { |
|
| 107 | 107 | if ($object != null) { |
| 108 | 108 | parent::__construct($object, self::subs); |
| 109 | 109 | } |
@@ -24,7 +24,7 @@ |
||
| 24 | 24 | public array $option_ids; |
| 25 | 25 | |
| 26 | 26 | |
| 27 | - public function __construct(stdClass|null $object = null) { |
|
| 27 | + public function __construct(stdClass | null $object = null) { |
|
| 28 | 28 | if ($object != null) { |
| 29 | 29 | parent::__construct($object, self::subs); |
| 30 | 30 | } |