@@ -30,7 +30,6 @@ |
||
| 30 | 30 | /** |
| 31 | 31 | * Create service |
| 32 | 32 | * |
| 33 | - * @param ServiceLocatorInterface $serviceLocator |
|
| 34 | 33 | * |
| 35 | 34 | * @return ToggleManager |
| 36 | 35 | * @throws \Zend\ServiceManager\Exception\ServiceNotFoundException |
@@ -34,7 +34,7 @@ |
||
| 34 | 34 | * @param ContainerInterface $container |
| 35 | 35 | * @param string $requestedName |
| 36 | 36 | * @param null|array $options |
| 37 | - * @return object |
|
| 37 | + * @return FeatureToggle |
|
| 38 | 38 | * @throws ServiceNotFoundException if unable to resolve the service. |
| 39 | 39 | * @throws ServiceNotCreatedException if an exception is raised when |
| 40 | 40 | * creating a service. |
@@ -34,7 +34,7 @@ |
||
| 34 | 34 | * @param ContainerInterface $container |
| 35 | 35 | * @param string $requestedName |
| 36 | 36 | * @param null|array $options |
| 37 | - * @return object |
|
| 37 | + * @return FeatureToggle |
|
| 38 | 38 | * @throws ServiceNotFoundException if unable to resolve the service. |
| 39 | 39 | * @throws ServiceNotCreatedException if an exception is raised when |
| 40 | 40 | * creating a service. |
@@ -34,7 +34,7 @@ |
||
| 34 | 34 | * @param ContainerInterface $container |
| 35 | 35 | * @param string $requestedName |
| 36 | 36 | * @param null|array $options |
| 37 | - * @return object |
|
| 37 | + * @return FeatureToggle |
|
| 38 | 38 | * @throws ServiceNotFoundException if unable to resolve the service. |
| 39 | 39 | * @throws ServiceNotCreatedException if an exception is raised when |
| 40 | 40 | * creating a service. |