1
0
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:
Tim Düsterhus 2011-12-27 12:35:58 +01:00
parent 77bf746df9
commit b7683db870

View File

@ -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();