Skip to content

Commit b750537

Browse files
authored
Update GeneratesSnsMessages.php
1 parent 9b25d72 commit b750537

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
@@ -43,7 +43,8 @@ protected static function initializeSsl(): void
4343

4444
openssl_x509_export($x509, self::$certificate);
4545

46-
openssl_x509_free($x509);
46+
// Deprecated in PHP >= 8.0
47+
// openssl_x509_free($x509);
4748
}
4849

4950
/**

0 commit comments

Comments
 (0)