safe
safe copied to clipboard
Wrong return value in openssl_pkey_get_private
In PHP 8.0+ returns OpenSSLAsymmetricKey|false.
For PHPDoc is correct:
@return resource|OpenSSLAsymmetricKey
This was fixed by #409