@@ -12,7 +12,7 @@ |
||
| 12 | 12 | /** Keep all of properties which has sub properties */ |
| 13 | 13 | private const subs = []; |
| 14 | 14 | |
| 15 | - public function __construct(stdClass|null $object = null) { |
|
| 15 | + public function __construct(stdClass | null $object = null) { |
|
| 16 | 16 | if ($object != null) { |
| 17 | 17 | parent::__construct($object, self::subs); |
| 18 | 18 | } |
@@ -28,7 +28,7 @@ |
||
| 28 | 28 | public int $file_date; |
| 29 | 29 | |
| 30 | 30 | |
| 31 | - public function __construct(stdClass|null $object = null) { |
|
| 31 | + public function __construct(stdClass | null $object = null) { |
|
| 32 | 32 | if ($object != null) { |
| 33 | 33 | parent::__construct($object, self::subs); |
| 34 | 34 | } |
@@ -46,7 +46,7 @@ |
||
| 46 | 46 | public int $file_size; |
| 47 | 47 | |
| 48 | 48 | |
| 49 | - public function __construct(stdClass|null $object = null) { |
|
| 49 | + public function __construct(stdClass | null $object = null) { |
|
| 50 | 50 | if ($object != null) { |
| 51 | 51 | parent::__construct($object, self::subs); |
| 52 | 52 | } |
@@ -79,7 +79,7 @@ |
||
| 79 | 79 | public string $hash; |
| 80 | 80 | |
| 81 | 81 | |
| 82 | - public function __construct(stdClass|null $object = null) { |
|
| 82 | + public function __construct(stdClass | null $object = null) { |
|
| 83 | 83 | if ($object != null) { |
| 84 | 84 | parent::__construct($object, self::subs); |
| 85 | 85 | } |
@@ -95,7 +95,7 @@ |
||
| 95 | 95 | public bool $is_flexible; |
| 96 | 96 | |
| 97 | 97 | |
| 98 | - public function __construct(stdClass|null $object = null) { |
|
| 98 | + public function __construct(stdClass | null $object = null) { |
|
| 99 | 99 | if ($object != null) { |
| 100 | 100 | parent::__construct($object, self::subs); |
| 101 | 101 | } |
@@ -15,7 +15,7 @@ |
||
| 15 | 15 | public int $message_auto_delete_time; |
| 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 | } |
@@ -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 | } |
@@ -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 | } |
@@ -31,7 +31,7 @@ |
||
| 31 | 31 | public string $message; |
| 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 | } |