Make comment clear

This commit is contained in:
Lukas Reschke 2014-12-12 16:50:14 +01:00
parent dced436a3a
commit 76a633bf52

View file

@ -86,7 +86,7 @@ class UsersController extends Controller {
}
/**
* @param array $userIDs
* @param array $userIDs Array with schema [$uid => $displayName]
* @return IUser[]
*/
private function getUsersForUID(array $userIDs) {