1
0
mirror of synced 2025-02-20 14:13:15 +03:00
This commit is contained in:
Alexander 2011-11-10 16:16:55 +01:00
parent 9c9f85ed4b
commit 1f55351f19
2 changed files with 1 additions and 3 deletions

View File

@ -2196,7 +2196,7 @@ class UnitOfWork implements PropertyChangedListener
} else {
$overrideLocalValues = isset($hints[Query::HINT_REFRESH]);
// If a only a specific entity is set to refresh, check that it's the one
// If only a specific entity is set to refresh, check that it's the one
if(isset($hints[Query::HINT_REFRESH_ENTITY])) {
$overrideLocalValues = $hints[Query::HINT_REFRESH_ENTITY] === $entity;
}

View File

@ -74,8 +74,6 @@ class TestEntity
*/
protected $additional;
private $i = 0;
public function getValue()
{
return $this->value;