mirror of
https://github.com/nextcloud/server.git
synced 2026-02-11 23:04:22 -05:00
Merge pull request #31377 from nextcloud/fix/specify-nullable-string
Specify string as nullable for credentials password
This commit is contained in:
commit
c203bc71ad
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