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.
2 parents 2ccc802 + 69abaf9 commit db0456cCopy full SHA for db0456c
ReCaptchaValidation/Model/ValidationConfig.php
@@ -45,7 +45,7 @@ public function __construct(
45
string $privateKey,
46
string $remoteIp,
47
string $validationFailureMessage,
48
- ?ValidationConfigExtensionInterface $extensionAttributes
+ ValidationConfigExtensionInterface $extensionAttributes = null
49
) {
50
$this->privateKey = $privateKey;
51
$this->remoteIp = $remoteIp;
0 commit comments