Skip to content

Commit

Permalink
Fix PHP 8.4 deprecation: Implicitly marking parameter (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
tben authored Feb 25, 2025
1 parent 3cee0fc commit 80850e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MessageValidator.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ private static function convertLambdaMessage(Message $lambdaMessage)
* @param string $hostNamePattern
*/
public function __construct(
callable $certClient = null,
?callable $certClient = null,
$hostNamePattern = ''
) {
$this->certClient = $certClient ?: function($certUrl) {
Expand Down

0 comments on commit 80850e8

Please sign in to comment.