@@ -32,7 +32,7 @@ discard block |
||
32 | 32 | * @param ContainerInterface $serviceLocator |
33 | 33 | * @param Options $options |
34 | 34 | * |
35 | - * @return Producer |
|
35 | + * @return RpcClient |
|
36 | 36 | * |
37 | 37 | * @throws InvalidArgumentException |
38 | 38 | */ |
@@ -52,7 +52,7 @@ discard block |
||
52 | 52 | * @param ContainerInterface $container |
53 | 53 | * @param string $requestedName |
54 | 54 | * @param null|array $options |
55 | - * @return Producer |
|
55 | + * @return RpcClient |
|
56 | 56 | * @throws ServiceNotFoundException if unable to resolve the service. |
57 | 57 | * @throws ServiceNotCreatedException if an exception is raised when |
58 | 58 | * creating a service. |