We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb10646 commit 4d004ecCopy full SHA for 4d004ec
1 file changed
Classes/Form/Finishers/HubSpotFormFinisher.php
@@ -99,7 +99,7 @@ protected function collectFormLegalConsentOptions(): array
99
* @param string $localFiledName
100
* @return array
101
*/
102
- protected function collectMappingContextVariables(string $localFiledName): array {
+ protected function collectMappingContextVariables(string $localFiledName) {
103
$formValues = $this->finisherContext->getFormValues();
104
return [
105
'formValues' => $formValues,
0 commit comments