1
0
Fork 0
mirror of synced 2025-04-01 12:26:11 +03:00

DDC-1120 - Fix comment

This commit is contained in:
Benjamin Eberlei 2011-05-01 12:17:09 +02:00
parent 23131d6860
commit 5d1905de13

View file

@ -272,7 +272,7 @@ abstract class AbstractQuery
* @param boolean $bool
* @param integer $timeToLive
* @param string $resultCacheId
* @return This query instance.
* @return Doctrine\ORM\AbstractQuery This query instance.
*/
public function useResultCache($bool, $timeToLive = null, $resultCacheId = null)
{