Skip to content

Commit 3191830

Browse files
authored
Update GeneratesSnsMessages.php
1 parent b750537 commit 3191830

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/Concerns/GeneratesSnsMessages.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ protected static function initializeSsl(): void
5454
*/
5555
protected static function tearDownSsl(): void
5656
{
57-
openssl_pkey_free(self::$privateKey);
57+
// Deprecated in PHP >= 8.0
58+
// openssl_pkey_free(self::$privateKey);
5859
}
5960

6061
/**

0 commit comments

Comments
 (0)