mirror of
https://github.com/friendica/friendica
synced 2025-04-29 13:04:23 +02:00
Code standards
This commit is contained in:
parent
69fcdaf9ab
commit
6f59c82978
2 changed files with 3 additions and 3 deletions
|
@ -67,7 +67,7 @@ class Photo extends BaseObject
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief Get a photo for user id
|
||||
* @brief Get photos for user id
|
||||
*
|
||||
* @param integer $uid User id
|
||||
* @param string $resourceid Rescource ID of the photo
|
||||
|
@ -543,6 +543,6 @@ class Photo extends BaseObject
|
|||
*/
|
||||
public static function newResource()
|
||||
{
|
||||
return system::createGUID(32, false);
|
||||
return System::createGUID(32, false);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue