diff options
author | Côme Chilliet <come.chilliet@nextcloud.com> | 2024-04-29 17:12:27 +0200 |
---|---|---|
committer | Côme Chilliet <come.chilliet@nextcloud.com> | 2024-04-30 09:24:01 +0200 |
commit | af728c5ff69b3de0ea6bbbb65f9a7e639273ebd1 (patch) | |
tree | 1608bb4f883d0f729e41e4bc280b4e03e5a6601c /lib/public/Share | |
parent | 85cea1960b1c15874a03d6dbc7408ca2dedf40ea (diff) | |
download | nextcloud-server-af728c5ff69b3de0ea6bbbb65f9a7e639273ebd1.tar.gz nextcloud-server-af728c5ff69b3de0ea6bbbb65f9a7e639273ebd1.zip |
fix: Fix tiny phpdoc errors related to Share
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to 'lib/public/Share')
-rw-r--r-- | lib/public/Share/IShare.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/public/Share/IShare.php b/lib/public/Share/IShare.php index a059696a75e..0961631ea92 100644 --- a/lib/public/Share/IShare.php +++ b/lib/public/Share/IShare.php @@ -587,6 +587,7 @@ interface IShare { * Set the cache entry for the shared node * * @param ICacheEntry $entry + * @return void * @since 11.0.0 */ public function setNodeCacheEntry(ICacheEntry $entry); |