X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModel%2FPhoto.php;h=8ba01e33655d280ede203d5f774e3c6b51465a42;hb=48087136680d345e9222c974ae983262b319d308;hp=d43c2805d2cdf0ba49aadf1ceeb343e705bde277;hpb=77906627c5bb57d404d40702f89c205d1faa9542;p=friendica.git diff --git a/src/Model/Photo.php b/src/Model/Photo.php index d43c2805d2..8ba01e3365 100644 --- a/src/Model/Photo.php +++ b/src/Model/Photo.php @@ -1014,10 +1014,17 @@ class Photo } /** - * - * @param int $uid User ID - * @param array $files uploaded file array + * @param int $uid User ID + * @param array $files uploaded file array + * @param string $album + * @param string|null $allow_cid + * @param string|null $allow_gid + * @param string $deny_cid + * @param string $deny_gid + * @param string $desc + * @param string $resource_id * @return array photo record + * @throws \Friendica\Network\HTTPException\InternalServerErrorException */ public static function upload(int $uid, array $files, string $album = '', string $allow_cid = null, string $allow_gid = null, string $deny_cid = '', string $deny_gid = '', string $desc = '', string $resource_id = ''): array {