clarify error return value

This commit is contained in:
Christian Weiske 2011-04-11 16:47:59 +02:00
parent 8982afef1e
commit 0ddf87c14d

View File

@ -307,7 +307,7 @@ class SemanticScuttle_Service_User extends SemanticScuttle_DbService
*
* @param integer $id User ID
*
* @return array User array from database
* @return array User array from database, false if not found
*/
public function getUser($id)
{