From f68028e85e9d6e65d482aa895b2827c582b3681f Mon Sep 17 00:00:00 2001 From: Anna Larch Date: Mon, 28 Feb 2022 11:08:48 +0100 Subject: Specify string as nullable for credentials password Signed-off-by: Anna Larch --- lib/public/Authentication/LoginCredentials/ICredentials.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/public/Authentication') diff --git a/lib/public/Authentication/LoginCredentials/ICredentials.php b/lib/public/Authentication/LoginCredentials/ICredentials.php index 9f708c37c37..c01761648a4 100644 --- a/lib/public/Authentication/LoginCredentials/ICredentials.php +++ b/lib/public/Authentication/LoginCredentials/ICredentials.php @@ -53,7 +53,7 @@ interface ICredentials { * * @since 12 * - * @return string + * @return string|null * @throws PasswordUnavailableException */ public function getPassword(); -- cgit v1.2.3