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.
1 parent 16edb99 commit 5627627Copy full SHA for 5627627
stubs/openssl.stub
@@ -10,9 +10,9 @@
10
*
11
* @return bool
12
*/
13
- openssl_sign(
+function openssl_sign(
14
string $data,
15
string &$signature,
16
- #[\SensitiveParameter] OpenSSLAsymmetricKey|OpenSSLCertificate|array|string $private_key,
+ #[\SensitiveParameter] \OpenSSLAsymmetricKey|\OpenSSLCertificate|array|string $private_key,
17
string|int $algorithm = OPENSSL_ALGO_SHA1
18
): bool {}
0 commit comments