aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/Share.php
diff options
context:
space:
mode:
authorCarl Schwan <carl@carlschwan.eu>2022-05-16 10:58:26 +0200
committerCarl Schwan <carl@carlschwan.eu>2022-05-16 10:58:26 +0200
commit53169890d6dccfcc48d80930e33824084d68aa1c (patch)
tree7069b6671b919e5a1200ac2c106224181e03343b /lib/public/Share.php
parentad405e93767cfaf0ba34011010bb26dc4c05f60a (diff)
downloadnextcloud-server-53169890d6dccfcc48d80930e33824084d68aa1c.tar.gz
nextcloud-server-53169890d6dccfcc48d80930e33824084d68aa1c.zip
Fix psalm errors fron the end of the baseline file
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Diffstat (limited to 'lib/public/Share.php')
-rw-r--r--lib/public/Share.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/public/Share.php b/lib/public/Share.php
index 6aeadb3a6ed..cb6b145bcfb 100644
--- a/lib/public/Share.php
+++ b/lib/public/Share.php
@@ -64,7 +64,7 @@ class Share extends \OC\Share\Constants {
* @param int $format (optional) Format type must be defined by the backend
* @param mixed $parameters
* @param bool $includeCollections
- * @return array
+ * @return void
* @since 5.0.0
* @deprecated 17.0.0
*/
@@ -77,7 +77,7 @@ class Share extends \OC\Share\Constants {
* Based on the given token the share information will be returned - password protected shares will be verified
* @param string $token
* @param bool $checkPasswordProtection
- * @return array|bool false will be returned in case the token is unknown or unauthorized
+ * @return void
* @since 5.0.0 - parameter $checkPasswordProtection was added in 7.0.0
* @deprecated 17.0.0
*/
@@ -93,7 +93,7 @@ class Share extends \OC\Share\Constants {
* @param mixed $parameters
* @param int $limit Number of items to return (optional) Returns all by default
* @param bool $includeCollections
- * @return mixed Return depends on format
+ * @return void
* @since 5.0.0
* @deprecated 17.0.0
*/