Quellcode durchsuchen

Specify string as nullable for credentials password

Signed-off-by: Anna Larch <anna@nextcloud.com>
tags/v24.0.0beta1
Anna Larch vor 2 Jahren
Ursprung
Commit
f68028e85e
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      lib/public/Authentication/LoginCredentials/ICredentials.php

+ 1
- 1
lib/public/Authentication/LoginCredentials/ICredentials.php Datei anzeigen

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

Laden…
Abbrechen
Speichern