Skip to content

Commit 3b3445f

Browse files
MCMicnikic
authored and
Côme Chilliet
committed
Harmonize ldap_rename_ext with ldap_rename parameter names
Co-authored-by: Nikita Popov <nikita.ppv@googlemail.com>
1 parent 1d3787e commit 3b3445f

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
@@ -213,7 +213,7 @@ function ldap_rename($ldap, string $dn, string $new_rdn, string $new_parent, boo
213213
* @param resource $ldap
214214
* @return resource|false
215215
*/
216-
function ldap_rename_ext($ldap, string $dn, string $newrdn, string $newparent, bool $deleteoldrdn, array $controls = []) {}
216+
function ldap_rename_ext($ldap, string $dn, string $new_rdn, string $new_parent, bool $delete_old_rdn, array $controls = []) {}
217217

218218

219219
/**

0 commit comments

Comments
 (0)