소스 검색

Specify string as nullable for credentials password

Signed-off-by: Anna Larch <anna@nextcloud.com>
tags/v24.0.0beta1
Anna Larch 2 년 전
부모
커밋
f68028e85e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      lib/public/Authentication/LoginCredentials/ICredentials.php

+ 1
- 1
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…
취소
저장