Skip to content

Commit

Permalink
Update GeneratesSnsMessages.php
Browse files Browse the repository at this point in the history
  • Loading branch information
rennokki authored Nov 20, 2020
1 parent b750537 commit 3191830
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/Concerns/GeneratesSnsMessages.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ protected static function initializeSsl(): void
*/
protected static function tearDownSsl(): void
{
openssl_pkey_free(self::$privateKey);
// Deprecated in PHP >= 8.0
// openssl_pkey_free(self::$privateKey);
}

/**
Expand Down

0 comments on commit 3191830

Please sign in to comment.