Cleanup
This commit is contained in:
parent
9c9f85ed4b
commit
1f55351f19
2 changed files with 1 additions and 3 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue