@@ -47,7 +47,7 @@ |
||
47 | 47 | /** |
48 | 48 | * Protected facade. |
49 | 49 | * |
50 | - * @return Translator |
|
50 | + * @return BaseTranslator |
|
51 | 51 | */ |
52 | 52 | protected function create() |
53 | 53 | { |
@@ -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 | { |