DDC-1120: AbstractQuery::useResultCache no return type in phpdoc #1403

Closed
opened 2026-01-22 13:13:17 +01:00 by admin · 2 comments
Owner

Originally created by @doctrinebot on GitHub (Apr 20, 2011).

Originally assigned to: @beberlei on GitHub.

Jira issue originally created by user morfi:

  • @param string $resultCacheId
    • @return This query instance.
      */
      public function useResultCache($bool, $timeToLive = null, $resultCacheId = null)
      {

must be

  • @param string $resultCacheId
    • @return Doctrine\ORM\AbstractQuery This query instance.
      */
      public function useResultCache($bool, $timeToLive = null, $resultCacheId = null)
      {
Originally created by @doctrinebot on GitHub (Apr 20, 2011). Originally assigned to: @beberlei on GitHub. Jira issue originally created by user morfi: - @param string $resultCacheId - @return This query instance. */ public function useResultCache($bool, $timeToLive = null, $resultCacheId = null) { must be - @param string $resultCacheId - @return Doctrine\ORM\AbstractQuery This query instance. */ public function useResultCache($bool, $timeToLive = null, $resultCacheId = null) {
admin added the Bug label 2026-01-22 13:13:17 +01:00
admin closed this issue 2026-01-22 13:13:18 +01:00
Author
Owner

@doctrinebot commented on GitHub (May 1, 2011):

Comment created by @beberlei:

Fixed

@doctrinebot commented on GitHub (May 1, 2011): Comment created by @beberlei: Fixed
Author
Owner

@doctrinebot commented on GitHub (May 1, 2011):

Issue was closed with resolution "Fixed"

@doctrinebot commented on GitHub (May 1, 2011): Issue was closed with resolution "Fixed"
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#1403