Skip to content

Commit 5627627

Browse files
authored
Update openssl.stub
1 parent 16edb99 commit 5627627

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stubs/openssl.stub

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
*
1111
* @return bool
1212
*/
13-
openssl_sign(
13+
function openssl_sign(
1414
string $data,
1515
string &$signature,
16-
#[\SensitiveParameter] OpenSSLAsymmetricKey|OpenSSLCertificate|array|string $private_key,
16+
#[\SensitiveParameter] \OpenSSLAsymmetricKey|\OpenSSLCertificate|array|string $private_key,
1717
string|int $algorithm = OPENSSL_ALGO_SHA1
1818
): bool {}

0 commit comments

Comments
 (0)