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

Commit f419573

Browse files
committed
Merge branch 'hotfix/137' into develop
Forward port #137
2 parents b57aed3 + 1e28a76 commit f419573

File tree

3 files changed

+0
-14
lines changed

3 files changed

+0
-14
lines changed

src/ServiceLocatorInterface.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
use Interop\Container\ContainerInterface;
1313
use Interop\Container\Exception\ContainerException;
14-
use Zend\ServiceManager\Exception;
1514

1615
/**
1716
* Interface for service locator

test/Exception/CyclicAliasExceptionTest.php

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,7 @@
1010
namespace ZendTest\ServiceManager\Exception;
1111

1212
use PHPUnit_Framework_TestCase as TestCase;
13-
use ProxyManager\Autoloader\AutoloaderInterface;
14-
use RecursiveDirectoryIterator;
15-
use RecursiveIteratorIterator;
16-
use RecursiveRegexIterator;
17-
use RegexIterator;
18-
use stdClass;
1913
use Zend\ServiceManager\Exception\CyclicAliasException;
20-
use Zend\ServiceManager\Exception\ServiceNotCreatedException;
21-
use Zend\ServiceManager\Exception\ServiceNotFoundException;
22-
use Zend\ServiceManager\Factory\InvokableFactory;
23-
use Zend\ServiceManager\Proxy\LazyServiceFactory;
24-
use Zend\ServiceManager\ServiceManager;
25-
use ZendTest\ServiceManager\TestAsset\InvokableObject;
2614

2715
/**
2816
* @covers \Zend\ServiceManager\Exception\CyclicAliasException

test/TestAsset/PreDelegator.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
namespace ZendTest\ServiceManager\TestAsset;
1111

1212
use Interop\Container\ContainerInterface;
13-
use stdClass;
1413
use Zend\ServiceManager\Factory\DelegatorFactoryInterface;
1514

1615
class PreDelegator implements DelegatorFactoryInterface

0 commit comments

Comments
 (0)