Skip to content

Commit febd33c

Browse files
MCMicnikic
authored and
Côme Chilliet
committed
Improve parameter naming in ldap_set_option ext/ldap/ldap.stub.php
Co-authored-by: Nikita Popov <nikita.ppv@googlemail.com>
1 parent fa1f86f commit febd33c

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
@@ -226,7 +226,7 @@ function ldap_get_option($link, int $option, &$retval = null): bool {}
226226
* @param resource|null $link
227227
* @param array|string|int|bool $newval
228228
*/
229-
function ldap_set_option($link, int $option, $newval): bool {}
229+
function ldap_set_option($link, int $option, $value): bool {}
230230

231231
/**
232232
* @param resource $link

0 commit comments

Comments
 (0)