DDC-1120 - Fix comment
This commit is contained in:
parent
23131d6860
commit
5d1905de13
1 changed files with 1 additions and 1 deletions
|
@ -272,7 +272,7 @@ abstract class AbstractQuery
|
||||||
* @param boolean $bool
|
* @param boolean $bool
|
||||||
* @param integer $timeToLive
|
* @param integer $timeToLive
|
||||||
* @param string $resultCacheId
|
* @param string $resultCacheId
|
||||||
* @return This query instance.
|
* @return Doctrine\ORM\AbstractQuery This query instance.
|
||||||
*/
|
*/
|
||||||
public function useResultCache($bool, $timeToLive = null, $resultCacheId = null)
|
public function useResultCache($bool, $timeToLive = null, $resultCacheId = null)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue