소스 검색

fix: Add missing psalm-assert to isResource

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
pull/44658/head
Côme Chilliet 2 달 전
부모
커밋
d6a94c60ce
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      apps/user_ldap/lib/ILDAPWrapper.php

+ 1
- 0
apps/user_ldap/lib/ILDAPWrapper.php 파일 보기

@@ -205,6 +205,7 @@ interface ILDAPWrapper {
/**
* Checks whether the submitted parameter is a resource
* @param mixed $resource the resource variable to check
* @psalm-assert-if-true object $resource
* @return bool true if it is a resource or LDAP object, false otherwise
*/
public function isResource($resource);

Loading…
취소
저장