File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -24,32 +24,32 @@ class MessageOriginChannel extends MessageOrigin
24
24
protected $ messageId ;
25
25
protected $ authorSignature ;
26
26
27
- public function getChat ()
27
+ public function getChat (): ? Chat
28
28
{
29
29
return $ this ->chat ;
30
30
}
31
31
32
- public function setChat ($ chat )
32
+ public function setChat ($ chat ): void
33
33
{
34
34
$ this ->chat = $ chat ;
35
35
}
36
36
37
- public function getMessageId ()
37
+ public function getMessageId (): ? int
38
38
{
39
39
return $ this ->messageId ;
40
40
}
41
41
42
- public function setMessageId ($ messageId )
42
+ public function setMessageId ($ messageId ): void
43
43
{
44
44
$ this ->messageId = $ messageId ;
45
45
}
46
46
47
- public function getAuthorSignature ()
47
+ public function getAuthorSignature (): ? string
48
48
{
49
49
return $ this ->authorSignature ;
50
50
}
51
51
52
- public function setAuthorSignature ($ authorSignature )
52
+ public function setAuthorSignature ($ authorSignature ): void
53
53
{
54
54
$ this ->authorSignature = $ authorSignature ;
55
55
}
You can’t perform that action at this time.
0 commit comments