1
0
mirror of synced 2025-02-09 08:49:26 +03:00

Fix invalid return type documentation

This commit is contained in:
Damien Gavard 2015-09-06 21:45:51 +02:00 committed by Marco Pivetta
parent 15aafaa11d
commit 5687347d60

View File

@ -215,7 +215,7 @@ abstract class AbstractQuery
/**
* 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()
{
@ -398,7 +398,7 @@ abstract class AbstractQuery
*
* @param mixed $value
*
* @return array
* @return array|string
*
* @throws \Doctrine\ORM\ORMInvalidArgumentException
*/