Fix invalid return type documentation
This commit is contained in:
parent
15aafaa11d
commit
5687347d60
@ -215,7 +215,7 @@ abstract class AbstractQuery
|
|||||||
/**
|
/**
|
||||||
* Obtain the name of the second level query cache region in which query results will be stored
|
* Obtain the name of the second level query cache region in which query results will be stored
|
||||||
*
|
*
|
||||||
* @return The cache region name; NULL indicates the default region.
|
* @return string|null The cache region name; NULL indicates the default region.
|
||||||
*/
|
*/
|
||||||
public function getCacheRegion()
|
public function getCacheRegion()
|
||||||
{
|
{
|
||||||
@ -398,7 +398,7 @@ abstract class AbstractQuery
|
|||||||
*
|
*
|
||||||
* @param mixed $value
|
* @param mixed $value
|
||||||
*
|
*
|
||||||
* @return array
|
* @return array|string
|
||||||
*
|
*
|
||||||
* @throws \Doctrine\ORM\ORMInvalidArgumentException
|
* @throws \Doctrine\ORM\ORMInvalidArgumentException
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user