Skip to content
Snippets Groups Projects
Commit 632e39a7 authored by Thomas Müller's avatar Thomas Müller
Browse files

Fix PHPDoc on setPassword

parent ac086852
No related branches found
No related tags found
No related merge requests found
......@@ -1219,7 +1219,7 @@ class Share extends Constants {
}
/**
* Set expiration date for a share
* Set password for a public link share
*
* @param IUserSession $userSession
* @param IDBConnection $connection
......
......@@ -344,7 +344,7 @@ class Share extends \OC\Share\Constants {
}
/**
* Set expiration date for a share
* Set password for a public link share
* @param int $shareId
* @param string $password
* @return boolean
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment