]> git.mxchange.org Git - friendica.git/commitdiff
fix return type
authorArt4 <art4@wlabs.de>
Thu, 9 Jan 2025 20:36:43 +0000 (20:36 +0000)
committerArt4 <art4@wlabs.de>
Thu, 9 Jan 2025 20:36:43 +0000 (20:36 +0000)
src/Model/Item.php

index fce67de4bfd663ef9a3837ccbd459dbda8c8cf8a..7e0cbfcfe24f60858d0d5a483ec7a821c2c15170 100644 (file)
@@ -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)
        {