Skip to content

Commit fafbea1

Browse files
committed
Fix MentioneeInfo
- fix phpdocs
1 parent 0fcf4a2 commit fafbea1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/LINEBot/Event/MessageEvent/MentioneeInfo.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public function getIndex()
5454
/**
5555
* Returns length of the text of the mentioned user.
5656
*
57-
* @return string
57+
* @return int
5858
*/
5959
public function getLength()
6060
{
@@ -64,7 +64,7 @@ public function getLength()
6464
/**
6565
* Returns User ID of the mentioned user.
6666
*
67-
* @return string
67+
* @return string|null
6868
*/
6969
public function getUserId()
7070
{

0 commit comments

Comments
 (0)