mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
DDC-3265: Incorrect Docblock return type in CacheConfiguration #4040
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @doctrinebot on GitHub (Aug 21, 2014).
Originally assigned to: @deeky666 on GitHub.
Jira issue originally created by user jaimz:
In CacheConfiguation.php line #88 (at the time of writing)
The docblock for the method getRegionsConfiguration specifies the return type of "QueryCacheValidator" however it's actually returning "RegionsConfiguration"
@doctrinebot commented on GitHub (Aug 22, 2014):
Comment created by @deeky666:
PR: https://github.com/doctrine/doctrine2/pull/1116/
@doctrinebot commented on GitHub (Aug 30, 2014):
Comment created by @doctrinebot:
A related Github Pull-Request [GH-1116] was assigned:
https://github.com/doctrine/doctrine2/pull/1116
@doctrinebot commented on GitHub (Aug 30, 2014):
Comment created by @doctrinebot:
A related Github Pull-Request [GH-1116] was closed:
https://github.com/doctrine/doctrine2/pull/1116
@Majkl578 commented on GitHub (Sep 11, 2017):
Related PR #1116 was merged.