Completed
Push — master ( 253917...6bb17d )
by Antoine
08:29
created
Roave/EmailTemplates/Factory/Service/Template/Engine/TwigEngineFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
src/Roave/EmailTemplates/Factory/Service/TemplateServiceFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.