Skip to content
This repository was archived by the owner on Feb 25, 2026. It is now read-only.

Commit 5e3ac47

Browse files
committed
Restored php 5.6 compatibility
1 parent 93ee23f commit 5e3ac47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Form/Type/EWZRecaptchaV3Type.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public function configureOptions(OptionsResolver $resolver)
6161
/**
6262
* {@inheritdoc}
6363
*/
64-
public function getParent(): string
64+
public function getParent()
6565
{
6666
return HiddenType::class;
6767
}

0 commit comments

Comments
 (0)