@@ -151,7 +151,7 @@ |
||
| 151 | 151 | * Cache tags to use for this page |
| 152 | 152 | * |
| 153 | 153 | * @param MvcEvent $event |
| 154 | - * @return array |
|
| 154 | + * @return string[] |
|
| 155 | 155 | */ |
| 156 | 156 | public function getTags(MvcEvent $event) |
| 157 | 157 | { |
@@ -32,7 +32,7 @@ |
||
| 32 | 32 | * @param ContainerInterface $container |
| 33 | 33 | * @param string $requestedName |
| 34 | 34 | * @param null|array $options |
| 35 | - * @return object |
|
| 35 | + * @return \Zend\Cache\Storage\StorageInterface |
|
| 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. |