mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
Specify string as nullable for credentials password
Signed-off-by: Anna Larch <anna@nextcloud.com>
This commit is contained in:
parent
9630d6571c
commit
f68028e85e
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ interface ICredentials {
|
|||
*
|
||||
* @since 12
|
||||
*
|
||||
* @return string
|
||||
* @return string|null
|
||||
* @throws PasswordUnavailableException
|
||||
*/
|
||||
public function getPassword();
|
||||
|
|
|
|||
Loading…
Reference in a new issue