ping.php performance: improve documentation and formatting

This commit is contained in:
Hypolite Petovan 2016-10-28 22:14:51 -04:00
commit bc407080d2
3 changed files with 40 additions and 25 deletions

View file

@ -347,8 +347,8 @@ function ping_init(&$a) {
/**
* @brief Retrieves the notifications array for the given user ID
*
* @param int $uid
* @return array
* @param int $uid User id
* @return array Associative array of notifications
*/
function ping_get_notifications($uid) {