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

View File

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