Browse Source

Specify string as nullable for credentials password

Signed-off-by: Anna Larch <anna@nextcloud.com>
tags/v24.0.0beta1
Anna Larch 2 years ago
parent
commit
f68028e85e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      lib/public/Authentication/LoginCredentials/ICredentials.php

+ 1
- 1
lib/public/Authentication/LoginCredentials/ICredentials.php View File

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

Loading…
Cancel
Save