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

Commit be0b5aa

Browse files
committed
#83 - removing unused imports
1 parent ba7e6f9 commit be0b5aa

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

src/ServiceManager.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,10 @@
1818
use Zend\ServiceManager\Exception\ContainerModificationsNotAllowedException;
1919
use Zend\ServiceManager\Exception\CyclicAliasException;
2020
use Zend\ServiceManager\Exception\InvalidArgumentException;
21-
use Zend\ServiceManager\Exception\InvalidServiceException;
2221
use Zend\ServiceManager\Exception\ServiceNotCreatedException;
22+
use Zend\ServiceManager\Exception\ServiceNotFoundException;
2323
use Zend\ServiceManager\Factory\AbstractFactoryInterface;
2424
use Zend\ServiceManager\Factory\DelegatorFactoryInterface;
25-
use Zend\ServiceManager\Exception\ServiceNotFoundException;
2625
use Zend\ServiceManager\Initializer\InitializerInterface;
2726

2827
/**

test/CommonServiceLocatorBehaviorsTrait.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,16 @@
1111

1212
use DateTime;
1313
use Interop\Container\Exception\ContainerException;
14-
use PHPUnit_Framework_TestCase as TestCase;
1514
use ReflectionProperty;
1615
use stdClass;
1716
use Zend\ServiceManager\Exception\ContainerModificationsNotAllowedException;
1817
use Zend\ServiceManager\Exception\CyclicAliasException;
1918
use Zend\ServiceManager\Exception\InvalidArgumentException;
20-
use Zend\ServiceManager\Exception\InvalidServiceException;
2119
use Zend\ServiceManager\Exception\ServiceNotCreatedException;
22-
use Zend\ServiceManager\Exception\ServiceNotFoundException;
2320
use Zend\ServiceManager\Factory\FactoryInterface;
21+
use Zend\ServiceManager\Factory\InvokableFactory;
2422
use Zend\ServiceManager\Initializer\InitializerInterface;
2523
use Zend\ServiceManager\ServiceLocatorInterface;
26-
use Zend\ServiceManager\Factory\InvokableFactory;
2724
use ZendTest\ServiceManager\TestAsset\FailingAbstractFactory;
2825
use ZendTest\ServiceManager\TestAsset\FailingFactory;
2926
use ZendTest\ServiceManager\TestAsset\InvokableObject;

0 commit comments

Comments
 (0)