@@ -235,7 +235,7 @@ |
||
235 | 235 | * @param iterable $keys A list of keys that can obtained in a single operation. |
236 | 236 | * @param mixed $default Default value to return for keys that do not exist. |
237 | 237 | * |
238 | - * @return iterable A list of key => value pairs. Cache keys that do not exist or are stale will have $default as value. |
|
238 | + * @return \Generator A list of key => value pairs. Cache keys that do not exist or are stale will have $default as value. |
|
239 | 239 | * |
240 | 240 | * @since __DEPLOY_VERSION__ |
241 | 241 | * @throws InvalidArgumentException |