From: Art4 Date: Thu, 9 Jan 2025 20:36:43 +0000 (+0000) Subject: fix return type X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9b9432090bad69807edb69091a447de245984fad;p=friendica.git fix return type --- diff --git a/src/Model/Item.php b/src/Model/Item.php index fce67de4bf..7e0cbfcfe2 100644 --- a/src/Model/Item.php +++ b/src/Model/Item.php @@ -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) {