Completed
Push — 2.0-dev ( d28091...472030 )
by Michael
02:06
created
src/AbstractCacheItemPool.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -235,7 +235,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.