Passed
Push — main ( 8c5b71...288684 )
by Miaad
02:12 queued 29s
created
src/types/keyboardButton.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
     public webAppInfo $web_app;
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
         }
Please login to merge, or discard this patch.
src/types/inputMessageContent.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -95,7 +95,7 @@
 block discarded – undo
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
         }
Please login to merge, or discard this patch.
src/types/webAppInfo.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
     public string $url;
17 17
 
18 18
 
19
-    public function __construct(stdClass|null $object = null) {
19
+    public function __construct(stdClass | null $object = null) {
20 20
         if ($object != null) {
21 21
             parent::__construct($object, self::subs);
22 22
         }
Please login to merge, or discard this patch.
src/types/contact.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
     public string $vcard;
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
         }
Please login to merge, or discard this patch.
src/types/chatPermissions.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
     public bool $can_pin_messages;
65 65
 
66 66
 
67
-    public function __construct(stdClass|null $object = null) {
67
+    public function __construct(stdClass | null $object = null) {
68 68
         if ($object != null) {
69 69
             parent::__construct($object, self::subs);
70 70
         }
Please login to merge, or discard this patch.
src/types/sticker.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
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
         }
Please login to merge, or discard this patch.
src/types/poll.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@
 block discarded – undo
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
         }
Please login to merge, or discard this patch.
src/types/chatMemberUpdated.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
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
         }
Please login to merge, or discard this patch.
src/types/inlineKeyboardButton.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -80,7 +80,7 @@
 block discarded – undo
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
         }
Please login to merge, or discard this patch.