Merge pull request #31377 from nextcloud/fix/specify-nullable-string

Specify string as nullable for credentials password
pull/31363/head
Anna 4 years ago committed by GitHub
commit c203bc71ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lib/public/Authentication/LoginCredentials/ICredentials.php

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

Loading…
Cancel
Save