@@ -28,7 +28,7 @@ |
||
28 | 28 | * @param \Twig_Environment $twig The twig |
29 | 29 | * @param string $formTheme The form theme |
30 | 30 | * |
31 | - * @return mixed |
|
31 | + * @return \Twig_Environment |
|
32 | 32 | */ |
33 | 33 | public static function addExtension(\Twig_Environment $twig, $formTheme = 'form_div_layout.html.twig') |
34 | 34 | { |
@@ -48,7 +48,7 @@ |
||
48 | 48 | /** |
49 | 49 | * Protected facade. |
50 | 50 | * |
51 | - * @return Translator |
|
51 | + * @return BaseTranslator |
|
52 | 52 | */ |
53 | 53 | protected static function create() |
54 | 54 | { |