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);
|
||||
|
||||
if (null !== $key){
|
||||
$value = $idValues[$key];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user