We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cee0fc commit 80850e8Copy full SHA for 80850e8
src/MessageValidator.php
@@ -62,7 +62,7 @@ private static function convertLambdaMessage(Message $lambdaMessage)
62
* @param string $hostNamePattern
63
*/
64
public function __construct(
65
- callable $certClient = null,
+ ?callable $certClient = null,
66
$hostNamePattern = ''
67
) {
68
$this->certClient = $certClient ?: function($certUrl) {
0 commit comments