Completed
Push — master ( 105040...f3c189 )
by Alejandro
04:30
created
src/Options/Factory/MailOptionsAbstractFactory.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -19,9 +19,9 @@
 block discarded – undo
19 19
      * Create service with name
20 20
      *
21 21
      * @param ServiceLocatorInterface $serviceLocator
22
-     * @param $name
23
-     * @param $requestedName
24
-     * @return mixed
22
+     * @param string $name
23
+     * @param string $requestedName
24
+     * @return MailOptions
25 25
      */
26 26
     public function createServiceWithName(ServiceLocatorInterface $serviceLocator, $name, $requestedName)
27 27
     {
Please login to merge, or discard this patch.