Explorar el Código

Specify string as nullable for credentials password

Signed-off-by: Anna Larch <anna@nextcloud.com>
tags/v24.0.0beta1
Anna Larch hace 2 años
padre
commit
f68028e85e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      lib/public/Authentication/LoginCredentials/ICredentials.php

+ 1
- 1
lib/public/Authentication/LoginCredentials/ICredentials.php Ver fichero

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

Cargando…
Cancelar
Guardar