Update lib/Doctrine/ORM/Persisters/BasicEntityPersister.php
coding standards change
This commit is contained in:
parent
185a0fb19c
commit
73e6164096
1 changed files with 1 additions and 0 deletions
|
@ -1696,6 +1696,7 @@ class BasicEntityPersister
|
|||
}
|
||||
|
||||
$key = key($idValues);
|
||||
|
||||
if (null !== $key){
|
||||
$value = $idValues[$key];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue