Skip to content

Commit 31b60c9

Browse files
author
robin.kluth
committed
Inline docs update
1 parent 5a32ff1 commit 31b60c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LdapAuth.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ public function fetchUserData($attributes = "")
317317
* @param string|null $searchFilter Filter string
318318
* @param integer $domainKey You can provide integer domainkey, this is then used as target domain! Otherwise it searches in all domains
319319
* @param bool $onlyActiveAccounts SHould the search result only contain active accounts? => https://www.der-windows-papst.de/2016/12/18/active-directory-useraccountcontrol-values/
320-
* @return array
320+
* @return array An Array with the results, indexed by their SID
321321
* @throws \InvalidArgumentException
322322
*/
323323
public function searchUser(string $searchFor, $attributes = "", $searchFilter = "", $domainKey = false, $onlyActiveAccounts = false)

0 commit comments

Comments
 (0)