@@ -26,7 +26,7 @@ |
||
26 | 26 | public int $retry_after; |
27 | 27 | |
28 | 28 | |
29 | - public function __construct(stdClass|null $object = null) { |
|
29 | + public function __construct(stdClass | null $object = null) { |
|
30 | 30 | if ($object != null) { |
31 | 31 | parent::__construct($object, self::subs); |
32 | 32 | } |
@@ -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 | } |
@@ -56,7 +56,7 @@ |
||
56 | 56 | public bool $can_pin_messages; |
57 | 57 | |
58 | 58 | |
59 | - public function __construct(stdClass|null $object = null) { |
|
59 | + public function __construct(stdClass | null $object = null) { |
|
60 | 60 | if ($object != null) { |
61 | 61 | parent::__construct($object, self::subs); |
62 | 62 | } |
@@ -25,7 +25,7 @@ |
||
25 | 25 | public string $secret; |
26 | 26 | |
27 | 27 | |
28 | - public function __construct(stdClass|null $object = null) { |
|
28 | + public function __construct(stdClass | null $object = null) { |
|
29 | 29 | if ($object != null) { |
30 | 30 | parent::__construct($object, self::subs); |
31 | 31 | } |
@@ -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 | } |
@@ -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 | } |
@@ -48,7 +48,7 @@ |
||
48 | 48 | public int $thumb_height; |
49 | 49 | |
50 | 50 | |
51 | - public function __construct(stdClass|null $object = null) { |
|
51 | + public function __construct(stdClass | null $object = null) { |
|
52 | 52 | if ($object != null) { |
53 | 53 | parent::__construct($object, self::subs); |
54 | 54 | } |
@@ -24,7 +24,7 @@ |
||
24 | 24 | public encryptedCredentials $credentials; |
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 | } |
@@ -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 | } |