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

Specify string as nullable for credentials password
This commit is contained in:
Anna 2022-02-28 12:03:36 +01:00 committed by GitHub
commit c203bc71ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,7 +53,7 @@ interface ICredentials {
*
* @since 12
*
* @return string
* @return string|null
* @throws PasswordUnavailableException
*/
public function getPassword();