Skip to content

Commit 37cc15d

Browse files
committed
- php-cs-fixer fixes
1 parent e13add3 commit 37cc15d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Bridge/Transformer/AbstractTransformer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ abstract class AbstractTransformer implements FormToQuestionTransformer
1717

1818
/**
1919
* NumberTransformer constructor.
20+
*
2021
* @param TranslatorInterface $translator
2122
*/
2223
public function __construct(TranslatorInterface $translator)
@@ -36,7 +37,6 @@ protected function questionFrom(FormInterface $form)
3637
return $this->formattedQuestion($question, $this->defaultValueFrom($form));
3738
}
3839

39-
4040
/**
4141
* @param FormInterface $form
4242
*

0 commit comments

Comments
 (0)