@@ -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 | { |
@@ -89,7 +89,7 @@ |
||
89 | 89 | * |
90 | 90 | * @throws Exception\InvalidArgumentException |
91 | 91 | * |
92 | - * @return object |
|
92 | + * @return TemplateEntity |
|
93 | 93 | */ |
94 | 94 | public function hydrate(array $data, $object) |
95 | 95 | { |