mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-12-22 21:40:08 +00:00
Correcting PHPDoc
This commit is contained in:
parent
77bf746df9
commit
b7683db870
@ -36,9 +36,7 @@ class ChatMessage extends \wcf\data\DatabaseObject {
|
|||||||
const TYPE_GLOBALMESSAGE = 11;
|
const TYPE_GLOBALMESSAGE = 11;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the message.
|
* @see \wcf\data\chat\message\ChatMessage::getFormattedMessage()
|
||||||
*
|
|
||||||
* @return string
|
|
||||||
*/
|
*/
|
||||||
public function __toString() {
|
public function __toString() {
|
||||||
return $this->getFormattedMessage();
|
return $this->getFormattedMessage();
|
||||||
|
Loading…
Reference in New Issue
Block a user