Specify string as nullable for credentials password

Signed-off-by: Anna Larch <anna@nextcloud.com>
This commit is contained in:
Anna Larch 2022-02-28 11:08:48 +01:00
parent 9630d6571c
commit f68028e85e

View file

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