X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModel%2FItemURI.php;h=8e39ebd1cb23cc2f17ba2cea663d28ef5347b8a5;hb=002963f1982940fda537b1007e5a6bf12b75c719;hp=56e9e1caaeb7c1c7f8a779b6d59a295bdda6b932;hpb=94eca7704130822bf83bb5fee6930dee6bae81dd;p=friendica.git diff --git a/src/Model/ItemURI.php b/src/Model/ItemURI.php index 56e9e1caae..8e39ebd1cb 100644 --- a/src/Model/ItemURI.php +++ b/src/Model/ItemURI.php @@ -17,6 +17,7 @@ class ItemURI extends BaseObject * @param array $fields Item-uri fields * * @return integer item-uri id + * @throws \Exception */ public static function insert($fields) { @@ -43,6 +44,7 @@ class ItemURI extends BaseObject * @param string $uri * * @return integer item-uri id + * @throws \Exception */ public static function getIdByURI($uri) {