Skip to content

Commit

Permalink
remove useless return type in search_with_scope function (ltb-project#17
Browse files Browse the repository at this point in the history
)
  • Loading branch information
David Coutadeur committed Jul 10, 2024
1 parent 4d0b00d commit 46f27f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ltb/Ldap.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ function connect() {
# - int $timelimit = -1,
# - int $deref = LDAP_DEREF_NEVER,
# - ?array $controls = null
function search_with_scope(string $scope = "sub", ...$searchargs): LDAP\Result|array|false
function search_with_scope(string $scope = "sub", ...$searchargs)
{
switch($scope)
{
Expand Down

0 comments on commit 46f27f9

Please sign in to comment.