We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For nearly all LDAP functions in PHP 8.1
The ldap parameter expects an LDAP\Connection instance now; previously, a valid ldap link resource was expected. https://www.php.net/manual/en/function.ldap-add.php
Currently Safe notes that the first parameter is still a resource. Thus PHPStan (and other tooling) returns an error when using the safe functions:
Safe
Parameter #1 $ldap of function Safe\ldap_add expects resource|null, LDAP\Connection given.
The text was updated successfully, but these errors were encountered:
ignore phpstan when phpstan claims that something is a resource, fixes …
8059a1c
…#448, fixes #479, fixes #411
434c148
No branches or pull requests
For nearly all LDAP functions in PHP 8.1
Currently
Safe
notes that the first parameter is still a resource. Thus PHPStan (and other tooling) returns an error when using the safe functions:The text was updated successfully, but these errors were encountered: