瀏覽代碼

fix: Add missing psalm-assert to isResource

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
pull/44658/head
Côme Chilliet 1 月之前
父節點
當前提交
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…
取消
儲存