Skip to content

Instantly share code, notes, and snippets.

@doctrinebot
Created December 13, 2015 18:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save doctrinebot/afd3bd15c75d3e19d80c to your computer and use it in GitHub Desktop.
Save doctrinebot/afd3bd15c75d3e19d80c to your computer and use it in GitHub Desktop.
Attachments to Doctrine Jira Issue DDC-1882 - https://github.com/doctrine/doctrine2/issues/2546
# This patch file was generated by NetBeans IDE
# Following Index: paths are relative to: C:\Workspaces\Zegit\site\vendor\doctrine\lib\Doctrine\ORM
# This patch can be applied using context Tools: Patch action on respective folder.
# It uses platform neutral UTF-8 encoding and \n newlines.
# Above lines and this line are ignored by the patching process.
Index: AbstractQuery.php
--- AbstractQuery.php Base (BASE)
+++ AbstractQuery.php Locally Modified (Based On LOCAL)
@@ -636,7 +636,7 @@
*
* @return array ($key, $hash)
*/
- protected function getResultCacheId()
+ public function getResultCacheId()
{
if ($this->_resultCacheId) {
return array($this->_resultCacheId, $this->_resultCacheId);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment