From 63c4c4a31c6db68982b6d16b5958aec7db2cb1cf Mon Sep 17 00:00:00 2001 From: Angel Fernando Quiroz Campos Date: Wed, 22 Oct 2014 17:17:43 -0500 Subject: [PATCH] Minor - Fix PHPDoc - refs #7338 --- main/inc/lib/message.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/inc/lib/message.lib.php b/main/inc/lib/message.lib.php index c004200e8f..ab93370524 100755 --- a/main/inc/lib/message.lib.php +++ b/main/inc/lib/message.lib.php @@ -1539,7 +1539,7 @@ class MessageManager } /** - * Get the count of the last received messages for a user + * Get the data of the last received messages for a user * @param int $userId The user id * @param int $lastId The id of the last received message * @return int The count of new messages