@@ -18,7 +18,7 @@ |
||
18 | 18 | * @param string $requestedName |
19 | 19 | * @param null|array $options |
20 | 20 | * |
21 | - * @return object |
|
21 | + * @return CacheManager |
|
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. |
@@ -19,7 +19,7 @@ |
||
19 | 19 | * @param string $requestedName |
20 | 20 | * @param null|array $options |
21 | 21 | * |
22 | - * @return object |
|
22 | + * @return FilterLoaderPluginManager |
|
23 | 23 | * @throws ServiceNotFoundException if unable to resolve the service. |
24 | 24 | * @throws ServiceNotCreatedException if an exception is raised when |
25 | 25 | * creating a service. |
@@ -8,7 +8,6 @@ |
||
8 | 8 | use Zend\ServiceManager\FactoryInterface; |
9 | 9 | use Zend\ServiceManager\ServiceLocatorInterface; |
10 | 10 | use HtImgModule\Imagine\Filter\Loader\FilterLoaderPluginManager; |
11 | -use Zend\ServiceManager\Config; |
|
12 | 11 | |
13 | 12 | class FilterLoaderPluginManagerFactory implements FactoryInterface |
14 | 13 | { |
@@ -19,7 +19,7 @@ |
||
19 | 19 | * @param string $requestedName |
20 | 20 | * @param null|array $options |
21 | 21 | * |
22 | - * @return object |
|
22 | + * @return FilterManager |
|
23 | 23 | * @throws ServiceNotFoundException if unable to resolve the service. |
24 | 24 | * @throws ServiceNotCreatedException if an exception is raised when |
25 | 25 | * 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 ImageService |
|
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. |
@@ -18,7 +18,7 @@ |
||
18 | 18 | * @param string $requestedName |
19 | 19 | * @param null|array $options |
20 | 20 | * |
21 | - * @return object |
|
21 | + * @return FileSystemLoader |
|
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. |
@@ -21,7 +21,7 @@ |
||
21 | 21 | * @param string $requestedName |
22 | 22 | * @param null|array $options |
23 | 23 | * |
24 | - * @return object |
|
24 | + * @return LoaderManager |
|
25 | 25 | * @throws ServiceNotFoundException if unable to resolve the service. |
26 | 26 | * @throws ServiceNotCreatedException if an exception is raised when |
27 | 27 | * creating a service. |
@@ -19,7 +19,7 @@ |
||
19 | 19 | * @param string $requestedName |
20 | 20 | * @param null|array $options |
21 | 21 | * |
22 | - * @return object |
|
22 | + * @return LoaderPluginManager |
|
23 | 23 | * @throws ServiceNotFoundException if unable to resolve the service. |
24 | 24 | * @throws ServiceNotCreatedException if an exception is raised when |
25 | 25 | * creating a service. |
@@ -32,7 +32,7 @@ |
||
32 | 32 | * @param string $requestedName |
33 | 33 | * @param null|array $options |
34 | 34 | * |
35 | - * @return object |
|
35 | + * @return SimpleFileSystemLoader |
|
36 | 36 | * @throws ServiceNotFoundException if unable to resolve the service. |
37 | 37 | * @throws ServiceNotCreatedException if an exception is raised when |
38 | 38 | * 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 Background |
|
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. |