1
0
Fork 0
mirror of synced 2025-04-03 13:23:37 +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 { } else {
$overrideLocalValues = isset($hints[Query::HINT_REFRESH]); $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])) { if(isset($hints[Query::HINT_REFRESH_ENTITY])) {
$overrideLocalValues = $hints[Query::HINT_REFRESH_ENTITY] === $entity; $overrideLocalValues = $hints[Query::HINT_REFRESH_ENTITY] === $entity;
} }

View file

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