We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 493eb0c + 2375ba6 commit 302d3d7Copy full SHA for 302d3d7
src/Limenius/Liform/Transformer/AbstractTransformer.php
@@ -28,7 +28,7 @@ public function __construct(protected TranslatorInterface $translator, protected
28
{
29
}
30
31
- public function isRequired(FormInterface $form): bool
+ public function isRequired(FormInterface $form): ?bool
32
33
return $form->getConfig()->getOption('required');
34
0 commit comments