Sfoglia il codice sorgente

Specify string as nullable for credentials password

Signed-off-by: Anna Larch <anna@nextcloud.com>
tags/v24.0.0beta1
Anna Larch 2 anni fa
parent
commit
f68028e85e

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

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

Loading…
Annulla
Salva