Skip to content

Commit 462c944

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

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
@@ -305,7 +305,7 @@ function ldap_exop($link, string $reqoid, ?string $reqdata = null, ?array $contr
305305
* @param resource $link
306306
* @param array $controls
307307
*/
308-
function ldap_exop_passwd($link, string $user = "", string $oldpw = "", string $newpw = "", &$controls = null): string|bool {}
308+
function ldap_exop_passwd($link, string $user = "", string $old_password = "", string $new_password = "", &$controls = null): string|bool {}
309309
#endif
310310

311311

0 commit comments

Comments
 (0)