Skip to content

Commit

Permalink
fix php 8.4 deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
ziming committed Jan 8, 2025
1 parent 988e99a commit 2b14fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Services/MyinfoSecurityService.php
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ public static function decryptJWE(
#[\SensitiveParameter]
string $personDataToken,
#[\SensitiveParameter]
string $passphrase = null
?string $passphrase = null
): ?string
{
// $passphrase is by default null for backward compatibility purpose as I want to avoid a major version bump
Expand Down

0 comments on commit 2b14fe0

Please sign in to comment.