@@ -28,9 +28,9 @@ |
||
28 | 28 | /** |
29 | 29 | * Get parameter value |
30 | 30 | * |
31 | - * @param TestTemplateOptions|TemplateOptionsInterface $options |
|
31 | + * @param TemplateOptionsInterface $options |
|
32 | 32 | * |
33 | - * @return mixed |
|
33 | + * @return string |
|
34 | 34 | */ |
35 | 35 | public function getValue(TemplateOptionsInterface $options) |
36 | 36 | { |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace SfCod\EmailEngineBundle\Repository; |
4 | 4 | |
5 | -use ReflectionClass; |
|
6 | 5 | use SfCod\EmailEngineBundle\Exception\RepositoryUnavailableException; |
7 | 6 | use SfCod\EmailEngineBundle\Template\TemplateInterface; |
8 | 7 | use SfCod\EmailEngineBundle\Template\TwigTemplateAwareInterface; |