Completed
Push — master ( be1f89...dd7c75 )
by Artem
13:35
created
src/Service/RpcClientFactory.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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.
Please login to merge, or discard this patch.