Skip to content

Commit 27fe37e

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

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
@@ -4,7 +4,7 @@
44

55
#ifdef HAVE_ORALDAP
66
/** @return resource|false */
7-
function ldap_connect(?string $uri = null, int $port = 389, string $wallet = UNKNOWN, string $wallet_passwd = UNKNOWN, int $authmode = GSLC_SSL_NO_AUTH) {}
7+
function ldap_connect(?string $uri = null, int $port = 389, string $wallet = UNKNOWN, string $password = UNKNOWN, int $auth_mode = GSLC_SSL_NO_AUTH) {}
88
#else
99
/** @return resource|false */
1010
function ldap_connect(?string $uri = null, int $port = 389) {}

0 commit comments

Comments
 (0)