Update lib/Doctrine/ORM/Persisters/BasicEntityPersister.php
coding standards change
This commit is contained in:
parent
185a0fb19c
commit
73e6164096
@ -1696,6 +1696,7 @@ class BasicEntityPersister
|
|||||||
}
|
}
|
||||||
|
|
||||||
$key = key($idValues);
|
$key = key($idValues);
|
||||||
|
|
||||||
if (null !== $key){
|
if (null !== $key){
|
||||||
$value = $idValues[$key];
|
$value = $idValues[$key];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user