Skip to content
This repository was archived by the owner on Feb 6, 2020. It is now read-only.

Commit 3b2d0fe

Browse files
committed
LazyServiceFactory only returns objects of type VirtualProxyInterface
1 parent 458086b commit 3b2d0fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Proxy/LazyServiceFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public function __construct(LazyLoadingValueHolderFactory $proxyFactory, array $
4747
/**
4848
* {@inheritDoc}
4949
*
50-
* @return object|\ProxyManager\Proxy\VirtualProxyInterface
50+
* @return \ProxyManager\Proxy\VirtualProxyInterface
5151
*/
5252
public function __invoke(ContainerInterface $container, $name, callable $callback, array $options = null)
5353
{

0 commit comments

Comments
 (0)