From 7544934158eabe248986551b3d25eabacecbcc9c Mon Sep 17 00:00:00 2001
From: Marco Pivetta <ocramius@gmail.com>
Date: Thu, 7 Jul 2016 20:39:52 +0200
Subject: [PATCH] Removing note that is not valid anymore

---
 tests/Doctrine/Tests/ORM/UnitOfWorkTest.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/Doctrine/Tests/ORM/UnitOfWorkTest.php b/tests/Doctrine/Tests/ORM/UnitOfWorkTest.php
index 4ecbdc3e0..6ccaa51e4 100644
--- a/tests/Doctrine/Tests/ORM/UnitOfWorkTest.php
+++ b/tests/Doctrine/Tests/ORM/UnitOfWorkTest.php
@@ -378,7 +378,6 @@ class UnitOfWorkTest extends OrmTestCase
         $this->_unitOfWork->persist($entity);
         $this->_unitOfWork->addToIdentityMap($entity);
 
-        // note: cloning to avoid lookup by spl_object_hash()
         self::assertSame($entity, $this->_unitOfWork->getByIdHash($idHash, get_class($entity)));
     }