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 e13add3 commit 37cc15dCopy full SHA for 37cc15d
src/Bridge/Transformer/AbstractTransformer.php
@@ -17,6 +17,7 @@ abstract class AbstractTransformer implements FormToQuestionTransformer
17
18
/**
19
* NumberTransformer constructor.
20
+ *
21
* @param TranslatorInterface $translator
22
*/
23
public function __construct(TranslatorInterface $translator)
@@ -36,7 +37,6 @@ protected function questionFrom(FormInterface $form)
36
37
return $this->formattedQuestion($question, $this->defaultValueFrom($form));
38
}
39
-
40
41
* @param FormInterface $form
42
*
0 commit comments