Merge pull request #31377 from nextcloud/fix/specify-nullable-string

Specify string as nullable for credentials password
pull/31363/head
Anna 2022-02-28 12:03:36 +07:00 committed by GitHub
commit c203bc71ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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();