diff options
-rw-r--r-- | lib/public/Authentication/LoginCredentials/ICredentials.php | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |