Skip to content

Commit

Permalink
Fix PHPDoc (#16041)
Browse files Browse the repository at this point in the history
* Fix PHPDoc

* Apply code suggestion

Co-authored-by: Johan Cwiklinski <trasher@x-tnd.be>

---------

Co-authored-by: Johan Cwiklinski <trasher@x-tnd.be>
  • Loading branch information
AdrienClairembault and trasher authored Nov 23, 2023
1 parent 3900f66 commit 558e295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AuthLDAP.php
Original file line number Diff line number Diff line change
Expand Up @@ -2236,7 +2236,7 @@ public static function getAllUsers(array $options, &$results, &$limitexceeded)
* @param array $ldap_infos ldap user search result
* @param string $user_dn user dn to look for
*
* @return boolean false if the user dn doesn't exist, user ldap infos otherwise
* @return false|array false if the user dn doesn't exist, user ldap infos otherwise
*/
public static function dnExistsInLdap($ldap_infos, $user_dn)
{
Expand Down

0 comments on commit 558e295

Please sign in to comment.