@@ -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 | } |
@@ -65,7 +65,7 @@ |
||
| 65 | 65 | public int $close_date; |
| 66 | 66 | |
| 67 | 67 | |
| 68 | - public function __construct(stdClass|null $object = null) { |
|
| 68 | + public function __construct(stdClass | null $object = null) { |
|
| 69 | 69 | if ($object != null) { |
| 70 | 70 | parent::__construct($object, self::subs); |
| 71 | 71 | } |
@@ -31,7 +31,7 @@ |
||
| 31 | 31 | public chatInviteLink $invite_link; |
| 32 | 32 | |
| 33 | 33 | |
| 34 | - public function __construct(stdClass|null $object = null) { |
|
| 34 | + public function __construct(stdClass | null $object = null) { |
|
| 35 | 35 | if ($object != null) { |
| 36 | 36 | parent::__construct($object, self::subs); |
| 37 | 37 | } |
@@ -80,7 +80,7 @@ |
||
| 80 | 80 | public bool $pay; |
| 81 | 81 | |
| 82 | 82 | |
| 83 | - public function __construct(stdClass|null $object = null) { |
|
| 83 | + public function __construct(stdClass | null $object = null) { |
|
| 84 | 84 | if ($object != null) { |
| 85 | 85 | parent::__construct($object, self::subs); |
| 86 | 86 | } |
@@ -37,7 +37,7 @@ |
||
| 37 | 37 | public orderInfo $order_info; |
| 38 | 38 | |
| 39 | 39 | |
| 40 | - public function __construct(stdClass|null $object = null) { |
|
| 40 | + public function __construct(stdClass | null $object = null) { |
|
| 41 | 41 | if ($object != null) { |
| 42 | 42 | parent::__construct($object, self::subs); |
| 43 | 43 | } |
@@ -21,7 +21,7 @@ |
||
| 21 | 21 | public string $button_text; |
| 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 | } |
@@ -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 | } |
@@ -45,7 +45,7 @@ |
||
| 45 | 45 | public int $pending_join_request_count; |
| 46 | 46 | |
| 47 | 47 | |
| 48 | - public function __construct(stdClass|null $object = null) { |
|
| 48 | + public function __construct(stdClass | null $object = null) { |
|
| 49 | 49 | if ($object != null) { |
| 50 | 50 | parent::__construct($object, self::subs); |
| 51 | 51 | } |
@@ -32,7 +32,7 @@ |
||
| 32 | 32 | public bool $selective; |
| 33 | 33 | |
| 34 | 34 | |
| 35 | - public function __construct(stdClass|null $object = null) { |
|
| 35 | + public function __construct(stdClass | null $object = null) { |
|
| 36 | 36 | if ($object != null) { |
| 37 | 37 | parent::__construct($object, self::subs); |
| 38 | 38 | } |