Cleanup
This commit is contained in:
parent
9c9f85ed4b
commit
1f55351f19
@ -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;
|
||||
}
|
||||
|
@ -74,8 +74,6 @@ class TestEntity
|
||||
*/
|
||||
protected $additional;
|
||||
|
||||
private $i = 0;
|
||||
|
||||
public function getValue()
|
||||
{
|
||||
return $this->value;
|
||||
|
Loading…
x
Reference in New Issue
Block a user