Skip to content

Commit 29e1a97

Browse files
MCMicnikic
authored and
Côme Chilliet
committed
Improve parameter naming in ldap_rename
Co-authored-by: Nikita Popov <nikita.ppv@googlemail.com>
1 parent 462c944 commit 29e1a97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/ldap/ldap.stub.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ function ldap_control_paged_result_response($link, $result, &$cookie = null, &$e
207207

208208
#if (LDAP_API_VERSION > 2000) || defined(HAVE_ORALDAP)
209209
/** @param resource $link */
210-
function ldap_rename($link, string $dn, string $newrdn, string $newparent, bool $deleteoldrdn, array $controls = []): bool {}
210+
function ldap_rename($link, string $dn, string $new_rdn, string $new_parent, bool $delete_old_rdn, array $controls = []): bool {}
211211

212212
/**
213213
* @param resource $link

0 commit comments

Comments
 (0)