@@ -19,9 +19,9 @@ |
||
| 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 | { |