@@ -18,7 +18,7 @@ |
||
| 18 | 18 | * @param string $requestedName |
| 19 | 19 | * @param null|array $options |
| 20 | 20 | * |
| 21 | - * @return object |
|
| 21 | + * @return Watermark |
|
| 22 | 22 | * @throws ServiceNotFoundException if unable to resolve the service. |
| 23 | 23 | * @throws ServiceNotCreatedException if an exception is raised when |
| 24 | 24 | * creating a service. |
@@ -18,7 +18,7 @@ |
||
| 18 | 18 | * @param string $requestedName |
| 19 | 19 | * @param null|array $options |
| 20 | 20 | * |
| 21 | - * @return object |
|
| 21 | + * @return ImageMapResolver |
|
| 22 | 22 | * @throws ServiceNotFoundException if unable to resolve the service. |
| 23 | 23 | * @throws ServiceNotCreatedException if an exception is raised when |
| 24 | 24 | * creating a service. |
@@ -18,7 +18,7 @@ |
||
| 18 | 18 | * @param string $requestedName |
| 19 | 19 | * @param null|array $options |
| 20 | 20 | * |
| 21 | - * @return object |
|
| 21 | + * @return ImagePathStackResolver |
|
| 22 | 22 | * @throws ServiceNotFoundException if unable to resolve the service. |
| 23 | 23 | * @throws ServiceNotCreatedException if an exception is raised when |
| 24 | 24 | * creating a service. |
@@ -22,7 +22,7 @@ |
||
| 22 | 22 | * @param string $requestedName |
| 23 | 23 | * @param null|array $options |
| 24 | 24 | * |
| 25 | - * @return object |
|
| 25 | + * @return ImgUrl |
|
| 26 | 26 | * @throws ServiceNotFoundException if unable to resolve the service. |
| 27 | 27 | * @throws ServiceNotCreatedException if an exception is raised when |
| 28 | 28 | * creating a service. |
@@ -2,7 +2,6 @@ |
||
| 2 | 2 | namespace HtImgModuleTest\Imagine\Loader; |
| 3 | 3 | |
| 4 | 4 | use HtImgModule\Imagine\Loader\LoaderPluginManager; |
| 5 | -use Zend\ServiceManager\Exception\InvalidServiceException; |
|
| 6 | 5 | use Zend\ServiceManager\ServiceManager; |
| 7 | 6 | |
| 8 | 7 | class LoaderPluginManagerTest extends \PHPUnit_Framework_TestCase |