mirror of
https://github.com/friendica/friendica
synced 2025-02-22 19:18:18 +00:00
fix return type
This commit is contained in:
parent
53f046a74d
commit
9b9432090b
1 changed files with 1 additions and 1 deletions
|
@ -1917,7 +1917,7 @@ class Item
|
|||
*
|
||||
* @param int $uriid
|
||||
* @param int $uid
|
||||
* @return int
|
||||
* @return int|null
|
||||
*/
|
||||
private static function GetOriginUidForUriId(int $uriid, int $uid)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue