]> granicus.if.org Git - php/commitdiff
Improve parameter naming in ldap_exop_passwd
authorMCMic <come@chilliet.eu>
Mon, 28 Sep 2020 12:20:28 +0000 (14:20 +0200)
committerCôme Chilliet <mcmic@php.net>
Tue, 29 Sep 2020 14:31:08 +0000 (16:31 +0200)
Co-authored-by: Nikita Popov <nikita.ppv@googlemail.com>
ext/ldap/ldap.stub.php

index 941ec5ba58e71fa476fddeef0a57ad0635aaf483..dc92eb2bb13f9356036757b8512b2a2bf2235850 100644 (file)
@@ -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