We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8e62d1 commit dc9494bCopy full SHA for dc9494b
stubs/ext/openssl/openssl_csr_export.php
@@ -1,6 +1,6 @@
1
<?php
2
3
-/** @param OpenSSLAsymmetricKey $output */
+/** @param string $output */
4
function openssl_csr_export(\OpenSSLCertificateSigningRequest|string $csr, &$output, bool $no_text = true) : bool
5
{
6
}
0 commit comments