1
0
mirror of synced 2025-02-10 17:29:27 +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 * 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
*/ */