Completed
Push — master ( 3f6522...41fedd )
by Antoine
05:33
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.
src/Roave/EmailTemplates/Hydrator/TemplateHydrator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -89,7 +89,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.