1
0
mirror of synced 2024-12-05 03:06:05 +03:00

Fixed some typo's

This commit is contained in:
Menno Holtkamp 2015-04-14 09:43:22 +02:00
parent c236a67096
commit 012f33524b

View File

@ -23,7 +23,7 @@ namespace Doctrine\ORM\Cache;
/** /**
* Defines a region that supports multi-get reading. * Defines a region that supports multi-get reading.
* *
* With one method call we can get multipe items. * With one method call we can get multiple items.
* *
* @since 2.5 * @since 2.5
* @author Asmir Mustafic * @author Asmir Mustafic
@ -31,7 +31,7 @@ namespace Doctrine\ORM\Cache;
interface MultiGetRegion interface MultiGetRegion
{ {
/** /**
* Get all items from the cache indentifed by $keys. * Get all items from the cache identified by $keys.
* It returns NULL if some elements can not be found. * It returns NULL if some elements can not be found.
* *
* @param CollectionCacheEntry $collection The collection of the items to be retrieved. * @param CollectionCacheEntry $collection The collection of the items to be retrieved.