@@ -53,7 +53,7 @@ |
||
53 | 53 | * |
54 | 54 | * @param EnginePluginManager|ServiceLocatorInterface $engineManager |
55 | 55 | * |
56 | - * @return mixed |
|
56 | + * @return Twig |
|
57 | 57 | */ |
58 | 58 | public function createService(ServiceLocatorInterface $engineManager) |
59 | 59 | { |
@@ -64,7 +64,7 @@ |
||
64 | 64 | * @param ServiceLocatorInterface $serviceLocator |
65 | 65 | * |
66 | 66 | * @throws Exception\ConfigurationException |
67 | - * @return \Roave\EmailTemplates\Service\ |
|
67 | + * @return TemplateService |
|
68 | 68 | */ |
69 | 69 | public function createService(ServiceLocatorInterface $serviceLocator) |
70 | 70 | { |