From: MCMic Date: Mon, 28 Sep 2020 12:20:28 +0000 (+0200) Subject: Improve parameter naming in ldap_exop_passwd X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=462c94447e3d1fcf0fef5122108e57f251770bcf;p=php Improve parameter naming in ldap_exop_passwd Co-authored-by: Nikita Popov --- diff --git a/ext/ldap/ldap.stub.php b/ext/ldap/ldap.stub.php index 941ec5ba58..dc92eb2bb1 100644 --- a/ext/ldap/ldap.stub.php +++ b/ext/ldap/ldap.stub.php @@ -305,7 +305,7 @@ function ldap_exop($link, string $reqoid, ?string $reqdata = null, ?array $contr * @param resource $link * @param array $controls */ -function ldap_exop_passwd($link, string $user = "", string $oldpw = "", string $newpw = "", &$controls = null): string|bool {} +function ldap_exop_passwd($link, string $user = "", string $old_password = "", string $new_password = "", &$controls = null): string|bool {} #endif