@@ -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 | } |
@@ -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 | } |
@@ -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 | } |
@@ -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 | } |
@@ -31,7 +31,7 @@ |
||
31 | 31 | public int $total_amount; |
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 | } |
@@ -19,7 +19,7 @@ |
||
19 | 19 | public array $inline_keyboard; |
20 | 20 | |
21 | 21 | |
22 | - public function __construct(stdClass|null $object = null) { |
|
22 | + public function __construct(stdClass | null $object = null) { |
|
23 | 23 | if ($object != null) { |
24 | 24 | parent::__construct($object, self::subs); |
25 | 25 | } |