Passed
Push — main ( 104144...d23e8a )
by Miaad
10:23
created
src/types/keyboardButtonRequestChat.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
56 56
     public bool $bot_is_member;
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
         }
Please login to merge, or discard this patch.