Fixed some typo's
This commit is contained in:
parent
c236a67096
commit
012f33524b
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user